From 635c70b8714aa041e0ee9fb61d307e3fa84526c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Nov 2024 06:26:30 +0000 Subject: [PATCH] fix: java11/openj9/jlinked/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-1042761 --- java11/openj9/jlinked/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java11/openj9/jlinked/Dockerfile b/java11/openj9/jlinked/Dockerfile index b79217c..b3b39e4 100644 --- a/java11/openj9/jlinked/Dockerfile +++ b/java11/openj9/jlinked/Dockerfile @@ -23,7 +23,7 @@ RUN ["jlink", "--no-header-files", \ "--output", "java-light"] # Stage 2: Build the image that will be used for the Performance Tests -FROM alpine:3.9 +FROM alpine:3.19.4 # Following command was copied from AdoptOpenJDK Dockerfile RUN apk --update add --no-cache --virtual .build-deps curl binutils \