Skip to content

Commit 1caac84

Browse files
author
Pipeline Components Bot
committed
🔼 Updates alpine Docker tag to v3.21.3
1 parent b9c1677 commit 1caac84

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)