use alpine3.18

This commit is contained in:
Pete Matsyburka
2023-12-20 00:45:31 +02:00
parent 441c1d7044
commit 3c8fae78d1
+1 -1
View File
@@ -24,7 +24,7 @@ COPY ./app/views ./app/views
RUN echo "gem 'shakapacker'" > Gemfile && ./bin/shakapacker
FROM ruby:3.2.2-alpine as app
FROM ruby:3.2.2-alpine3.18 as app
ENV RAILS_ENV=production
ENV BUNDLE_WITHOUT="development:test"