From 18ce715cc40b8145e5c40d4dca217a7fac19a0ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Dec 2025 10:06:06 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-BINUTILS-9380625 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-9459844 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6f9630..d4fd7d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY src ./src RUN mvn package -DskipTests # Use a lightweight alpine image as the base image for the final stage -FROM maven:3.9.6-eclipse-temurin-21-alpine +FROM maven:3.9.12-eclipse-temurin-21-alpine # Set the working directory in the container WORKDIR /app # Copy the built JAR file from the previous stage to the container