Use Ruby 3.2.2

This commit is contained in:
Karina Kwiatek 2023-10-17 21:59:37 +02:00
parent bdedd92817
commit dda1295653
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:3.1
FROM ruby:3.2
USER root

View File

@ -1 +1 @@
3.1.2
3.2.2

View File

@ -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