From 3539c3264b2e7c1ff777342e442466230876b5e6 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek <6197148+raccube@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:10:28 +0200 Subject: [PATCH] Bump ruby-install version to 0.9.2 Co-authored-by: Georg Gadinger --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index adc849a8..73044568 100644 --- a/Containerfile +++ b/Containerfile @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.url="https://github.com/Retrospring/retrospring" ARG RETROSPRING_VERSION=2023.0131.1 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 ENV RAILS_ENV=production