Skip to content

Commit

Permalink
use alpine3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Dec 19, 2023
1 parent 441c1d7 commit 3c8fae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c8fae7

Please sign in to comment.