From 27c8636bab97b5cd851a86eb7e095e5ff9092845 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 04:31:16 +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-EXPAT-7908399 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6f9630..6b2c7a5 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.10-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