Merge pull request #1392 from Retrospring/ruby-3.2

This commit is contained in:
Karina Kwiatek 2023-10-18 10:47:47 +02:00 committed by GitHub
commit 5bc669160b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 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,8 +8,8 @@ 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_INSTALL_VERSION=0.9.0
ARG RUBY_VERSION=3.2.2
ARG RUBY_INSTALL_VERSION=0.9.2
ARG BUNDLER_VERSION=2.3.18
ENV RAILS_ENV=production