Skip to content

Commit

Permalink
Software Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
snw35 committed May 20, 2021
1 parent 6d23df7 commit 1875205
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ RUN wget $TERRAFORM_12_URL/$TERRAFORM_12_FILENAME \

# Install terraform latest
# From https://www.terraform.io/downloads.html
ENV TERRAFORM_LATEST_VERSION 0.15.3
ENV TERRAFORM_LATEST_VERSION 0.15.4
ENV TERRAFORM_LATEST_URL https://releases.hashicorp.com/terraform/$TERRAFORM_LATEST_VERSION
ENV TERRAFORM_LATEST_FILENAME terraform_${TERRAFORM_LATEST_VERSION}_linux_amd64.zip
ENV TERRAFORM_LATEST_SHA256 5ce5834fd74e3368ad7bdaac847f973e66e61acae469ee86b88da4c6d9f933d4
ENV TERRAFORM_LATEST_SHA256 ddf9b409599b8c3b44d4e7c080da9a106befc1ff9e53b57364622720114e325c

RUN wget $TERRAFORM_LATEST_URL/$TERRAFORM_LATEST_FILENAME \
&& echo "$TERRAFORM_LATEST_SHA256 ./$TERRAFORM_LATEST_FILENAME" | sha256sum -c - \
Expand Down
4 changes: 2 additions & 2 deletions new_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"GCLOUD": "341.0.0",
"GLIBC": "2.33-r0",
"HELM": "3.5.4",
"K9S": "0.24.9",
"K9S": "0.24.10",
"KOMPOSE": "1.22.0",
"KOPS": "1.20.1",
"KUBECTL": "1.21.1",
Expand All @@ -19,7 +19,7 @@
"TERRAFORM_11": "0.11.15",
"TERRAFORM_12": "0.12.31",
"TERRAFORM_DOCS": "0.13.0",
"TERRAFORM_LATEST": "0.15.3",
"TERRAFORM_LATEST": "0.15.4",
"TERRAGRUNT_NEW": "0.29.3",
"TERRAGRUNT_OLD": "0.18.7"
}
4 changes: 2 additions & 2 deletions old_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"GCLOUD": "341.0.0",
"GLIBC": "2.33-r0",
"HELM": "3.5.4",
"K9S": "0.24.9",
"K9S": "0.24.10",
"KOMPOSE": "1.22.0",
"KOPS": "1.20.1",
"KUBECTL": "1.21.1",
Expand All @@ -19,7 +19,7 @@
"TERRAFORM_11": "0.11.15",
"TERRAFORM_12": "0.12.31",
"TERRAFORM_DOCS": "0.13.0",
"TERRAFORM_LATEST": "0.15.3",
"TERRAFORM_LATEST": "0.15.4",
"TERRAGRUNT_NEW": "0.29.3",
"TERRAGRUNT_OLD": "0.18.7"
}

0 comments on commit 1875205

Please sign in to comment.