Skip to content

Commit

Permalink
NO-JIRA: Adding proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
carnellj-genesys committed Sep 4, 2024
1 parent 8a45187 commit 95853df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/vscode/devcontainers/base:ubuntu

# Install Terraform
ARG TERRAFORM_VERSION=1.3.x
ARG TERRAFORM_VERSION=1.9.5
RUN apt-get update && apt-get install -y wget unzip && \
wget -q -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
unzip -d /usr/local/bin /tmp/terraform.zip
Expand Down

0 comments on commit 95853df

Please sign in to comment.