Skip to content

Commit

Permalink
Update terraform in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdearmas committed Mar 7, 2023
1 parent f91a0a0 commit 1724440
Showing 1 changed file 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 @@ -6,7 +6,7 @@ LABEL cloudgoat.version="2.0.0"
RUN apk add --no-cache --update bash bash-completion docker-bash-completion openssh curl

# Install Terraform and AWS CLI
RUN wget -O terraform.zip 'https://releases.hashicorp.com/terraform/0.15.1/terraform_0.15.1_linux_arm64.zip' \
RUN wget -O terraform.zip 'https://releases.hashicorp.com/terraform/1.3.9/terraform_1.3.9_linux_arm64.zip' \
&& unzip terraform.zip \
&& rm terraform.zip \
&& mv ./terraform /usr/bin/ \
Expand Down

0 comments on commit 1724440

Please sign in to comment.