From cfb1bdcd52575dbefb01bfc6f3890472228c2067 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 29 Dec 2023 21:50:48 +0200 Subject: [PATCH] back to ruby 3.2.2 --- Dockerfile | 4 ++-- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ab4fdb4..8b62c9ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.0-alpine as webpack +FROM ruby:3.2.2-alpine3.18 as webpack ENV RAILS_ENV=production ENV NODE_ENV=production @@ -24,7 +24,7 @@ COPY ./app/views ./app/views RUN echo "gem 'shakapacker'" > Gemfile && ./bin/shakapacker -FROM ruby:3.3.0-alpine3.18 as app +FROM ruby:3.2.2-alpine3.18 as app ENV RAILS_ENV=production ENV BUNDLE_WITHOUT="development:test" diff --git a/Gemfile b/Gemfile index b0c2ebe8..25ddf598 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.3.0' +ruby '3.2.2' gem 'aws-sdk-s3', require: false gem 'azure-storage-blob', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9fbeacfc..2146d26c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -615,7 +615,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.0p0 + ruby 3.2.2p53 BUNDLED WITH 2.5.3