Skip to content

Commit 405e0ef

Browse files
author
Pipeline Components Bot
committed
Merge branch 'renovate/alpine-3.21.x' into 'main'
🔼 Updates alpine Docker tag to v3.21.3 See merge request pipeline-components/shellcheck!55
2 parents b9c1677 + 1caac84 commit 405e0ef

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.21.2 AS build
1+
FROM alpine:3.21.3 AS build
22

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

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

25-
FROM alpine:3.21.2
25+
FROM alpine:3.21.3
2626
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
2727
ENTRYPOINT ["/entrypoint.sh"]
2828
ENV DEFAULTCMD shellcheck

0 commit comments

Comments
 (0)