Skip to content

Commit

Permalink
Update providers
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Jan 24, 2024
1 parent 634b65a commit 89eca26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions atlantis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ATLANTIS_VERSION=v0.27.0
ARG ATLANTIS_VERSION=v0.27.1
FROM ghcr.io/runatlantis/atlantis:${ATLANTIS_VERSION} AS tools
USER root
ARG GOSU_VERSION=1.17
Expand All @@ -9,7 +9,7 @@ RUN \
chmod +x /usr/local/bin/gosu

# Install infracost
ARG INFRACOST_VERSION=v0.10.31
ARG INFRACOST_VERSION=v0.10.32
RUN \
wget -q \
"https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}/infracost-linux-amd64.tar.gz" \
Expand Down
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ COPY --from=awscli /aws-cli-bin/ /usr/local/bin/
#=======================================
# Terraform install
#=======================================
ARG TERRAFORM_VERSION=1.6.6
ARG TERRAFORM_VERSION=1.7.0
ENV TERRAFORM_VERSION=$TERRAFORM_VERSION
RUN wget --quiet -O /tmp/terraform.zip \
"https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" \
Expand All @@ -81,7 +81,7 @@ RUN wget --quiet -O /tmp/terraform.zip \
#=======================================
# Terragrunt install
#=======================================
ENV TERRAGRUNT_VERSION=0.54.10
ENV TERRAGRUNT_VERSION=0.54.22
RUN wget --quiet -O /tmp/terragrunt \
"https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" \
&& chmod +x /tmp/terragrunt \
Expand Down

0 comments on commit 89eca26

Please sign in to comment.