From b5e7518f20ceecd34d9ecc2e9f56b956f22723dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 05:04:13 +0000 Subject: [PATCH] fix: deployment/docker/runner/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102401 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102401 --- deployment/docker/runner/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/runner/Dockerfile b/deployment/docker/runner/Dockerfile index 8c809e6dc..f9a6e28c0 100644 --- a/deployment/docker/runner/Dockerfile +++ b/deployment/docker/runner/Dockerfile @@ -45,7 +45,7 @@ RUN curl -O https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraf RUN wget -O /tmp/terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_${TARGETARCH} && \ chmod +x /tmp/terragrunt -FROM alpine:3.21 +FROM alpine:3.23.2 ARG TARGETARCH="amd64"