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 14a1f5e commit 50447f4Copy full SHA for 50447f4
alpine.Dockerfile
@@ -6,7 +6,7 @@ ARG TERRAFORM_VERSION=0.11.14
6
FROM alpine:3.9.4 as terraform
7
ARG TERRAFORM_VERSION
8
RUN apk update
9
-RUN apk add curl=7.64.0-r1
+RUN apk add curl=7.64.0-r2
10
RUN apk add unzip=6.0-r4
11
RUN apk add gnupg=2.2.12-r0
12
RUN curl -Os https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS
0 commit comments