1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 21:33:48 +00:00

Updated to ruby 4.0.1

This commit is contained in:
2026-02-09 18:36:56 -05:00
parent b51866e9d8
commit 0df1706b2c
8 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM ruby:3.2.0
FROM ruby:4.0.1
# Accept build arguments for user/group IDs
ARG USER_ID=1000