mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-03 21:33:48 +00:00
Updated to rails 7.1 and ruby 3.1.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ruby:3.0.4
|
||||
FROM ruby:3.1.4
|
||||
|
||||
RUN apt-get -qq update \
|
||||
&& apt-get -qq install -y \
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
FROM ruby:3.0.4-slim
|
||||
FROM ruby:3.1.4-slim
|
||||
|
||||
#HEALTHCHECK --start-period=60s CMD curl http://127.0.0.1/
|
||||
|
||||
ENV TINI_VERSION v0.18.0
|
||||
ENV TINI_VERSION v0.19.0
|
||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
|
||||
RUN chmod +x /tini
|
||||
|
||||
|
||||
Reference in New Issue
Block a user