1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +00:00

Updated to rails 7 and Ruby 3.1

This commit is contained in:
2022-08-12 23:47:37 +00:00
parent 9c5ac6c1aa
commit da98758c95
6 changed files with 113 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
FROM ruby:3.0.4
FROM ruby:3.1.2
RUN apt-get -qq update \
&& apt-get -qq install -y \