rails v7.1.2 and ruby to v3.3.0

This commit is contained in:
Alex Turchyn
2023-12-29 18:50:14 +00:00
committed by Pete Matsyburka
parent b94dbc75b7
commit fe845bfa36
22 changed files with 226 additions and 194 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine as webpack
FROM ruby:3.3.0-alpine 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.2.2-alpine3.18 as app
FROM ruby:3.3.0-alpine3.18 as app
ENV RAILS_ENV=production
ENV BUNDLE_WITHOUT="development:test"