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.
1 parent 8f8d97e commit 8aecf60Copy full SHA for 8aecf60
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.17.6 as build
+FROM alpine:3.17.7 as build
2
3
# hadolint ignore=DL3018
4
RUN apk --no-cache add \
@@ -21,7 +21,7 @@ RUN cp "$(readlink -f /root/.cabal/bin/shellcheck)" /root/.cabal/bin/shellcheck
21
22
FROM pipelinecomponents/base-entrypoint:0.5.0 as entrypoint
23
24
-FROM alpine:3.17.6
+FROM alpine:3.17.7
25
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
26
ENTRYPOINT ["/entrypoint.sh"]
27
ENV DEFAULTCMD shellcheck
0 commit comments