Skip to content

Commit cac0db7

Browse files
authored
Update minor terraform version to 0.12.5
1 parent fac2ffa commit cac0db7

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.3"
2+
ARG TERRAFORM_VERSION="0.12.5"
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.3"
26+
ARG TERRAFORM_VERSION="0.12.5"
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)