From 69d30f22d331613691406350e1b65d5fb2707bc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2026 15:46:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435528 - https://snyk.io/vuln/SNYK-ALPINE323-LIBPNG-15338641 - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66a4ff33f..1c4bbacfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:8-jre-alpine +FROM eclipse-temurin:25.0.1_8-jre-alpine COPY ./build/robocode-*-setup.jar ./ RUN java -jar robocode-*-setup.jar