diff --git a/.docker/ruby/Dockerfile b/.docker/ruby/Dockerfile index 6e6e33d2..5cba21a9 100644 --- a/.docker/ruby/Dockerfile +++ b/.docker/ruby/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1 +FROM ruby:3.2 USER root diff --git a/.ruby-version b/.ruby-version index ef538c28..be94e6f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.2 diff --git a/Containerfile b/Containerfile index 249f7323..adc849a8 100644 --- a/Containerfile +++ b/Containerfile @@ -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