Skip to content

Commit

Permalink
Merge branch 'renovate/alpine-3.20.x' into 'master'
Browse files Browse the repository at this point in the history
🔼 Updates alpine Docker tag to v3.20.1

See merge request pipeline-components/perl-critic!56
  • Loading branch information
Pipeline Components Bot committed Jun 22, 2024
2 parents 232e82f + 84204b4 commit 005e9ca
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.20.0 as build
FROM alpine:3.20.1 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.20.0
FROM alpine:3.20.1
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD perlcritic
Expand Down

0 comments on commit 005e9ca

Please sign in to comment.