From 404688e913869ef2842a3ec37ab0e137dfaefac9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 11:51:42 +0000 Subject: [PATCH] fix: package/alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-14102400 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-14102400 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-14102400 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-14102402 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-14102402 --- package/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/alpine/Dockerfile b/package/alpine/Dockerfile index 21a0069..70ed1b1 100644 --- a/package/alpine/Dockerfile +++ b/package/alpine/Dockerfile @@ -21,7 +21,7 @@ RUN curl -Lo core.zip "https://github.com/Optum/runiac/archive/${RUNIAC_REF}.zip # default to the build platforms image, and not the target platform image # since this is a temp image stage, we should avoid qemu for the binary download # and only pull the alpine image once -FROM alpine:3.19 +FROM alpine:3.23.2 ARG TERRAFORM_VERSION=1.7.4