Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

# Install necessary dependencies
RUN apt-get update -y && \
apt-get install -y --no-install-recommends unzip=${UNZIP_VERSION}-28

Check warning on line 16 in Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Surround this variable with double quotes; otherwise, it can lead to unexpected behavior.

See more on https://sonarcloud.io/project/issues?id=swissgrc_docker-azure-pipelines-terraform&issues=AZsNwIZ4rYjAa_cUa_sY&open=AZsNwIZ4rYjAa_cUa_sY&pullRequest=305

# Install Terraform

# renovate: datasource=github-releases depName=hashicorp/terraform extractVersion=^v(?<version>.*)$
ENV TERRAFORM_VERSION=1.14.0
ENV TERRAFORM_VERSION=1.14.2

# Download Terraform
ADD https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip /tmp/terraform.zip
Expand Down