Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 authored Jun 10, 2024
1 parent 6533935 commit d8f46b7
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
Expand Up @@ -16,13 +16,13 @@ RUN apk --update --no-cache add \
openssl-dev

# Install Terraform CLI
ARG TERRAFORM_VERSION=1.8.2
ARG TERRAFORM_VERSION=1.8.5
WORKDIR /opt/terraform
RUN curl https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -o file.zip && \
unzip file.zip && rm file.zip

# Install Packer
ARG PACKER_VERSION=1.10.3
ARG PACKER_VERSION=1.11.0
WORKDIR /opt/terraform
RUN curl https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip -o file.zip && \
unzip -o file.zip && rm file.zip
Expand Down

0 comments on commit d8f46b7

Please sign in to comment.