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