mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
Upgraded to rails 6.1.5.1 and Ruby 3.0.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ruby:3.0.0
|
||||
FROM ruby:3.0.4
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq install -y \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ruby:3.0.0-slim
|
||||
FROM ruby:3.0.4-slim
|
||||
|
||||
#HEALTHCHECK --start-period=60s CMD curl http://127.0.0.1/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user