Skip to content

Commit

Permalink
Merge branch 'renovate/alpine-3.x' into 'master'
Browse files Browse the repository at this point in the history
⬆️ Updates alpine Docker tag to v3.19.0

See merge request pipeline-components/perl-critic!53
  • Loading branch information
Robbert Müller committed Jan 17, 2024
2 parents c57c0ad + db9e41a commit 6a3cbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.5 as build
FROM alpine:3.19.0 as build

WORKDIR /app/

Expand All @@ -18,7 +18,7 @@ RUN carton install
# App container
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint

FROM alpine:3.18.5
FROM alpine:3.19.0
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD perlcritic
Expand Down

0 comments on commit 6a3cbd8

Please sign in to comment.