Skip to content

Commit e5d848a

Browse files
chenrui333krrrr38
authored andcommitted
build: tf 1.0.6 (runatlantis#1786)
Signed-off-by: Rui Chen <[email protected]>
1 parent 63277b9 commit e5d848a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# We do this instead of setting --default-tf-version because setting
1717
# that flag starts the download asynchronously so we'd have a race
1818
# condition.
19-
TERRAFORM_VERSION: 1.0.5
19+
TERRAFORM_VERSION: 1.0.6
2020
steps:
2121
- checkout
2222
- run: make build-service

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ghcr.io/runatlantis/atlantis-base:2021.06.22
33

44
# install terraform binaries
5-
ENV DEFAULT_TERRAFORM_VERSION=1.0.5
5+
ENV DEFAULT_TERRAFORM_VERSION=1.0.6
66

77
# In the official Atlantis image we only have the latest of each Terraform version.
88
RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 0.11.15 0.12.31 0.13.7 0.14.11 0.15.5 ${DEFAULT_TERRAFORM_VERSION}" && \

testing/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM circleci/golang:1.17
66

77
# Install Terraform
8-
ENV TERRAFORM_VERSION=1.0.5
8+
ENV TERRAFORM_VERSION=1.0.6
99
RUN curl -LOks https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
1010
sudo mkdir -p /usr/local/bin/tf/versions/${TERRAFORM_VERSION} && \
1111
sudo unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/local/bin/tf/versions/${TERRAFORM_VERSION} && \

0 commit comments

Comments
 (0)