Skip to content

Commit b88afd5

Browse files
author
marcel
committed
update
1 parent 92bfc9d commit b88afd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3737
&& apt-get clean && rm -rf /var/lib/apt/lists/*
3838

3939
# Install Terraform CLI
40-
ARG TERRAFORM_VERSION=1.12.1
40+
ARG TERRAFORM_VERSION=1.12.2
4141
RUN curl -L "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip" -o terraform.zip && \
4242
unzip -o terraform.zip -d /usr/local/bin/ && \
4343
rm terraform.zip

0 commit comments

Comments
 (0)