Skip to content

Commit

Permalink
Bump Terraform version to v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 20, 2021
1 parent f3aaec3 commit 32f5a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.13

ENV TERRAFORM_VERSION=0.15.3
ENV TERRAFORM_VERSION=0.15.4
ENV AWSCLI_VERSION=1.19.73


Expand Down Expand Up @@ -41,4 +41,4 @@ ENV PATH "$PATH:/opt/scripts"

ENTRYPOINT [ "terraform" ]

CMD [ "--version" ]
CMD [ "--version" ]

0 comments on commit 32f5a80

Please sign in to comment.