File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22orbs :
33 docker-publish : circleci/docker-publish@0.1.7
4- shellcheck : circleci/shellcheck@1.3.11
4+ shellcheck : circleci/shellcheck@2.2.2
55
66x-aliases :
77 docker-publish-args : &docker-publish-args
Original file line number Diff line number Diff line change 1- FROM alpine:3.10 @sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 AS builder
1+ FROM alpine:3.13 @sha256:d0710affa17fad5f466a70159cc458227bd25d4afb39514ef662ead3e6c99515 AS builder
22
33ENV GIT_CRYPT_VERSION 0.6.0
44ENV GIT_CRYPT_CHECKSUM 777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78
@@ -17,7 +17,7 @@ RUN curl -fSsL https://github.com/AGWA/git-crypt/archive/$GIT_CRYPT_VERSION.tar.
1717 && make \
1818 && make install PREFIX=/usr
1919
20- FROM alpine:3.10 @sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998
20+ FROM alpine:3.13 @sha256:d0710affa17fad5f466a70159cc458227bd25d4afb39514ef662ead3e6c99515
2121
2222RUN apk --update --no-cache add \
2323 git \
You can’t perform that action at this time.
0 commit comments