From 7cd8d7f554a578b9dcfe70328a1fd9e6b72cde17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Dec 2024 07:29:05 +0000 Subject: [PATCH] fix: deploy/images/applications-rp/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- deploy/images/applications-rp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/images/applications-rp/Dockerfile b/deploy/images/applications-rp/Dockerfile index a7f6cd1787..1d703a087d 100644 --- a/deploy/images/applications-rp/Dockerfile +++ b/deploy/images/applications-rp/Dockerfile @@ -1,6 +1,6 @@ # Use Alpine image to enable Git installation for Terraform module downloads. # Switch to distroless when Terraform execution is moved to a separate container. -FROM alpine:3.20 +FROM alpine:3.21.0 ARG TARGETARCH