mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Upgrade to rails 5.2.1 and ruby 2.5.1
This commit is contained in:
@@ -2,8 +2,8 @@ FROM ubuntu:xenial
|
||||
|
||||
HEALTHCHECK --start-period=30s CMD curl --insecure https://127.0.0.1/
|
||||
|
||||
ENV RUBY_VERSION=2.4.4
|
||||
ENV RUBY_MAJOR_VERSION=2.4
|
||||
ENV RUBY_VERSION=2.5.1
|
||||
ENV RUBY_MAJOR_VERSION=2.5
|
||||
|
||||
ENV TINI_VERSION v0.18.0
|
||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
|
||||
|
||||
Reference in New Issue
Block a user