Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Bump terraform to v1.1.8 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Apr 14, 2022
1 parent ec548e8 commit 3cb7803
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.13

ARG PLATFORM=linux_amd64
ARG TF_VERSION=1.1.7
ARG TFLINT_VERSION=0.34.1
ARG TFLINT_AWS_RULESET_VERSION=0.12.0
ARG TF_VERSION=1.1.8
ARG TFLINT_VERSION=0.35.0
ARG TFLINT_AWS_RULESET_VERSION=0.13.0

ARG TF_DIST_FILENAME="terraform_${TF_VERSION}_${PLATFORM}.zip"
ARG TF_DIST_CHECKSUM_FILENAME="terraform_${TF_VERSION}_SHA256SUMS"
Expand Down

0 comments on commit 3cb7803

Please sign in to comment.