We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9c1677 + 1caac84 commit 405e0efCopy full SHA for 405e0ef
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.21.2 AS build
+FROM alpine:3.21.3 AS build
2
3
# hadolint ignore=DL3018
4
RUN apk --no-cache add \
@@ -22,7 +22,7 @@ RUN cp "$(readlink -f /root/.local/bin/shellcheck)" /root/.local/bin/shellcheck
22
23
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
24
25
-FROM alpine:3.21.2
+FROM alpine:3.21.3
26
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
27
ENTRYPOINT ["/entrypoint.sh"]
28
ENV DEFAULTCMD shellcheck
0 commit comments