Merge pull request #1392 from Retrospring/ruby-3.2
This commit is contained in:
commit
5bc669160b
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:3.1
|
FROM ruby:3.2
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.1.2
|
3.2.2
|
||||||
|
|
|
@ -8,8 +8,8 @@ LABEL org.opencontainers.image.vendor="The Retrospring team"
|
||||||
LABEL org.opencontainers.image.url="https://github.com/Retrospring/retrospring"
|
LABEL org.opencontainers.image.url="https://github.com/Retrospring/retrospring"
|
||||||
|
|
||||||
ARG RETROSPRING_VERSION=2023.0131.1
|
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 RUBY_INSTALL_VERSION=0.9.2
|
||||||
ARG BUNDLER_VERSION=2.3.18
|
ARG BUNDLER_VERSION=2.3.18
|
||||||
|
|
||||||
ENV RAILS_ENV=production
|
ENV RAILS_ENV=production
|
||||||
|
|
Loading…
Reference in New Issue