Skip to content

Commit

Permalink
Bump terraform 0.12.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Jul 6, 2020
1 parent 9518aed commit b24a792
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.9 as downloader
FROM alpine:3.12 as downloader

ARG TERRAFORM_VERSION="0.12.25"
ARG TERRAFORM_VERSION_SHA256SUM="e95daabd1985329f87e6d40ffe7b9b973ff0abc07a403f767e8658d64d733fb0"
ARG TERRAFORM_VERSION="0.12.28"
ARG TERRAFORM_VERSION_SHA256SUM="be99da1439a60942b8d23f63eba1ea05ff42160744116e84f46fc24f1a8011b6"
ARG TERRAFORM_SOPS_VERSION="0.5.0"

RUN apk --no-cache add curl unzip
Expand Down
2 changes: 1 addition & 1 deletion localbuild.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
_IMAGE_NAME="docker.io/ekgf/gcloud-terraform"
_IMAGE_VERSION="latest"
_MANUALLY_INCREMENTED_IMAGE_VERSION="0.0.3"
_MANUALLY_INCREMENTED_IMAGE_VERSION="0.0.4"

docker build . \
--iidfile=.image-id \
Expand Down

0 comments on commit b24a792

Please sign in to comment.