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 7d93ca7 + beaf4b9 commit b35e522Copy full SHA for b35e522
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.11.5 as build
+FROM alpine:3.11.6 as build
2
3
RUN apk --no-cache add curl=7.67.0-r0 cabal=2.4.1.0-r0 ghc=8.6.5-r3 build-base=0.5-r1 upx=3.95-r2
4
RUN mkdir -p /app/shellcheck
@@ -11,7 +11,7 @@ RUN upx -9 /root/.cabal/bin/shellcheck
11
12
FROM pipelinecomponents/base-entrypoint:0.2.0 as entrypoint
13
14
-FROM alpine:3.11.5
+FROM alpine:3.11.6
15
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
16
ENTRYPOINT ["/entrypoint.sh"]
17
ENV DEFAULTCMD shellcheck
0 commit comments