Skip to content

Commit 8e5f41c

Browse files
author
Constantin Muraru
committed
Upgrade Dockerfile to use terraform 0.12.6
1 parent ae5d4b8 commit 8e5f41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_scripts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:2.7.16-alpine3.9 AS compile-image
2-
ARG TERRAFORM_VERSION="0.12.5"
2+
ARG TERRAFORM_VERSION="0.12.6"
33
ARG AZURE_CLI_VERSION="2.0.67"
44

55
ENV BOTO_CONFIG=/dev/null
@@ -23,7 +23,7 @@ RUN apk del --purge build
2323

2424

2525
FROM python:2.7.16-alpine3.9
26-
ARG TERRAFORM_VERSION="0.12.5"
26+
ARG TERRAFORM_VERSION="0.12.6"
2727
ARG VAULT_VERSION="1.1.3"
2828
ARG KUBECTL_VERSION="v1.13.7"
2929
ARG AWS_IAM_AUTHENTICATOR_VERSION="1.13.7/2019-06-11"

0 commit comments

Comments
 (0)