Skip to content

Commit 50447f4

Browse files
authored
⬆️ updating curl alpine version for image build (#22)
1 parent 14a1f5e commit 50447f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TERRAFORM_VERSION=0.11.14
66
FROM alpine:3.9.4 as terraform
77
ARG TERRAFORM_VERSION
88
RUN apk update
9-
RUN apk add curl=7.64.0-r1
9+
RUN apk add curl=7.64.0-r2
1010
RUN apk add unzip=6.0-r4
1111
RUN apk add gnupg=2.2.12-r0
1212
RUN curl -Os https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS

0 commit comments

Comments
 (0)