mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:46:02 +01:00
Use Ruby 3.2.2
This commit is contained in:
parent
bdedd92817
commit
dda1295653
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:3.1
|
||||
FROM ruby:3.2
|
||||
|
||||
USER root
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.1.2
|
||||
3.2.2
|
||||
|
|
|
@ -8,7 +8,7 @@ LABEL org.opencontainers.image.vendor="The Retrospring team"
|
|||
LABEL org.opencontainers.image.url="https://github.com/Retrospring/retrospring"
|
||||
|
||||
ARG RETROSPRING_VERSION=2023.0131.1
|
||||
ARG RUBY_VERSION=3.1.2
|
||||
ARG RUBY_VERSION=3.2.2
|
||||
ARG RUBY_INSTALL_VERSION=0.9.0
|
||||
ARG BUNDLER_VERSION=2.3.18
|
||||
|
||||
|
|
Loading…
Reference in a new issue