Skip to content

Commit

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

See merge request pipeline-components/perl-critic!58
  • Loading branch information
Pipeline Components Bot committed Sep 17, 2024
2 parents c4b16da + 25d289e commit c890d64
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.2 as build
FROM alpine:3.20.3 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.2
FROM alpine:3.20.3
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENV DEFAULTCMD perlcritic
Expand Down

0 comments on commit c890d64

Please sign in to comment.