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 8f4845b + 1c33a5e commit 74c50c1Copy full SHA for 74c50c1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.11@sha256:ddba4d27a7ffc3f86dd6c2f92041af252a1f23a8e742c90e6e1297bfa1bc0c45 AS builder
+FROM alpine:3.11@sha256:1861023544345fc0a4b2223f2bcbb0e903ff2c1f29c09141250baf7f81333b49 AS builder
2
3
ENV GIT_CRYPT_VERSION 0.6.0
4
ENV GIT_CRYPT_CHECKSUM 777c0c7aadbbc758b69aff1339ca61697011ef7b92f1d1ee9518a8ee7702bb78
@@ -17,7 +17,7 @@ RUN curl -fSsL https://github.com/AGWA/git-crypt/archive/$GIT_CRYPT_VERSION.tar.
17
&& make \
18
&& make install PREFIX=/usr
19
20
-FROM alpine:3.11@sha256:ddba4d27a7ffc3f86dd6c2f92041af252a1f23a8e742c90e6e1297bfa1bc0c45
+FROM alpine:3.11@sha256:1861023544345fc0a4b2223f2bcbb0e903ff2c1f29c09141250baf7f81333b49
21
22
RUN apk --update --no-cache add \
23
git \
0 commit comments