Skip to content

Commit

Permalink
bump base image of light docker image to alpine:3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-huang committed Jun 17, 2020
1 parent 2de5556 commit 9364cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-release/Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# tree, without any dependency on there being an existing release on
# releases.hashicorp.com.

FROM alpine:3.9.2 as build
FROM alpine:3.12 as build
LABEL maintainer="HashiCorp Terraform Team <[email protected]>"

# This is intended to be run from the hooks/build script, which sets this
Expand All @@ -33,7 +33,7 @@ RUN apk add --no-cache git curl openssh gnupg && \
unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /bin && \
rm -f terraform_${TERRAFORM_VERSION}_linux_amd64.zip terraform_${TERRAFORM_VERSION}_SHA256SUMS*

FROM alpine:3.9.2 as final
FROM alpine:3.12 as final
ARG TERRAFORM_VERSION=UNSPECIFIED

LABEL "com.hashicorp.terraform.version"="${TERRAFORM_VERSION}"
Expand Down

0 comments on commit 9364cf5

Please sign in to comment.