Skip to content

Commit

Permalink
Merge pull request #17 from zzxwill/cve
Browse files Browse the repository at this point in the history
Fix: upgrade terraform binary to fix CVE-2021-3538
  • Loading branch information
zzxwill authored May 9, 2022
2 parents b80554f + 03a1c74 commit 72da266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VOLUME ["/data"]

WORKDIR /data

ENV TERRAFORM_VERSION=1.0.2
ENV TERRAFORM_VERSION=1.1.9
COPY terraform_${TERRAFORM_VERSION}_linux_amd64.zip /tmp
RUN cd /tmp && \
unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/bin
Expand Down
Binary file not shown.

0 comments on commit 72da266

Please sign in to comment.