use alpine3.18

pull/150/merge 1.3.4
Pete Matsyburka 2 years ago
parent 441c1d7044
commit 3c8fae78d1

@ -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"

Loading…
Cancel
Save