Skip to content

Commit

Permalink
Update to alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Apr 22, 2024
1 parent 1904042 commit fd17cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3-alpine3.17 as builder
FROM ruby:3-alpine3.19 as builder

COPY Gemfile ./

Expand All @@ -8,7 +8,7 @@ RUN apk add --update --no-cache make ruby-dev gcc musl-dev && \
apk del gcc make musl-dev ruby-dev && \
rm -rf /usr/local/bundle/cache /root/.bundle

FROM ruby:3-alpine3.17
FROM ruby:3-alpine3.19

# Metadata params
ARG VCS_REF
Expand Down

0 comments on commit fd17cd8

Please sign in to comment.