Skip to content

Commit b35e522

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/docker-alpine-3.11.x' into 'master'
🔼 Updates alpine Docker tag to v3.11.6 See merge request pipeline-components/shellcheck!12
2 parents 7d93ca7 + beaf4b9 commit b35e522

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.11.5 as build
1+
FROM alpine:3.11.6 as build
22

33
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
44
RUN mkdir -p /app/shellcheck
@@ -11,7 +11,7 @@ RUN upx -9 /root/.cabal/bin/shellcheck
1111

1212
FROM pipelinecomponents/base-entrypoint:0.2.0 as entrypoint
1313

14-
FROM alpine:3.11.5
14+
FROM alpine:3.11.6
1515
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
1616
ENTRYPOINT ["/entrypoint.sh"]
1717
ENV DEFAULTCMD shellcheck

0 commit comments

Comments
 (0)