Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform: 1.3.3 -> 1.5.2 #283

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/alphagov/paas/alpine:main

ENV PATH $PATH:/usr/local/bin
ENV TERRAFORM_VER 1.3.3
ENV TERRAFORM_SUM fa5cbf4274c67f2937cabf1a6544529d35d0b8b729ce814b40d0611fd26193c1
ENV TERRAFORM_VER 1.5.2
ENV TERRAFORM_SUM 781ffe0c8888d35b3f5bd0481e951cebe9964b9cfcb27e352f22687975401bcd
ENV TERRAFORM_ZIP terraform_${TERRAFORM_VER}_linux_amd64.zip

RUN apk add --no-cache openssl openssh-client ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion terraform/terraform_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
it "has the expected Terraform version" do
expect(
command("terraform version").stdout
).to match("Terraform v1.3.3")
).to match("Terraform v1.5.2")
end

it "installs SSH" do
Expand Down
Loading