mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Updated to ruby 2.6.0 and updated gems
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ruby:2.5.1
|
||||
FROM ruby:2.6.0
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq install -y \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ruby:2.5.1-slim
|
||||
FROM ruby:2.6.0-slim
|
||||
|
||||
#HEALTHCHECK --start-period=60s CMD curl http://127.0.0.1/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user