Skip to content

Commit df561c1

Browse files
author
Pipeline Components Bot
committed
Merge branch 'renovate/alpine-3.17.x' into 'master'
🔼 Updates alpine Docker tag to v3.17.7 See merge request pipeline-components/shellcheck!50
2 parents 8f8d97e + 8aecf60 commit df561c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.6 as build
1+
FROM alpine:3.17.7 as build
22

33
# hadolint ignore=DL3018
44
RUN apk --no-cache add \
@@ -21,7 +21,7 @@ RUN cp "$(readlink -f /root/.cabal/bin/shellcheck)" /root/.cabal/bin/shellcheck
2121

2222
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
2323

24-
FROM alpine:3.17.6
24+
FROM alpine:3.17.7
2525
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
2626
ENTRYPOINT ["/entrypoint.sh"]
2727
ENV DEFAULTCMD shellcheck

0 commit comments

Comments
 (0)