Skip to content

Commit cd9937e

Browse files
authored
Merge pull request #22 from activa-prefapp/terraform-version-update
Terraform version update to 1.5.5
2 parents a9d00f5 + 4a5e054 commit cd9937e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VOLUME ["/data"]
1515

1616
WORKDIR /data
1717

18-
ENV TERRAFORM_VERSION=1.1.9
18+
ENV TERRAFORM_VERSION=1.5.5
1919
COPY terraform_${TERRAFORM_VERSION}_linux_amd64.zip /tmp
2020
RUN cd /tmp && \
2121
unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/bin

0 commit comments

Comments
 (0)