Skip to content

Commit

Permalink
Bump Terraform version to v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dnx-solutions committed Mar 14, 2024
1 parent c622c76 commit 1c0f090
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM alpine:3.19
FROM alpine:3.13

ENV TERRAFORM_VERSION=1.7.5
ENV AWSCLI_VERSION=1.19.73

ENV TERRAFORM_VERSION=1.7.4

VOLUME ["/work"]

Expand All @@ -24,8 +26,8 @@ RUN apk --no-cache update && \
jq \
gettext-dev \
g++ \
make \
aws-cli && \
make && \
pip --no-cache-dir install awscli==$AWSCLI_VERSION && \
update-ca-certificates && \
curl -sL https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
unzip /tmp/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/bin && \
Expand Down

0 comments on commit 1c0f090

Please sign in to comment.