Skip to content

Commit fd17cd8

Browse files
committed
Update to alpine 3.19
1 parent 1904042 commit fd17cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3-alpine3.17 as builder
1+
FROM ruby:3-alpine3.19 as builder
22

33
COPY Gemfile ./
44

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

11-
FROM ruby:3-alpine3.17
11+
FROM ruby:3-alpine3.19
1212

1313
# Metadata params
1414
ARG VCS_REF

0 commit comments

Comments
 (0)