File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77# tree, without any dependency on there being an existing release on
88# releases.hashicorp.com.
99
10- FROM alpine:3.12 as build
10+ FROM alpine:latest as build
1111LABEL maintainer="HashiCorp Terraform Team <terraform@hashicorp.com>"
1212
1313# This is intended to be run from the hooks/build script, which sets this
@@ -33,7 +33,7 @@ RUN apk add --no-cache git curl openssh gnupg && \
3333 unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /bin && \
3434 rm -f terraform_${TERRAFORM_VERSION}_linux_amd64.zip terraform_${TERRAFORM_VERSION}_SHA256SUMS*
3535
36- FROM alpine:3.12 as final
36+ FROM alpine:latest as final
3737ARG TERRAFORM_VERSION=UNSPECIFIED
3838
3939LABEL "com.hashicorp.terraform.version"="${TERRAFORM_VERSION}"
You can’t perform that action at this time.
0 commit comments