From dadebab7c1d41a681d9407bcbfe8d6a162871fcf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 09:01:52 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928845 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928847 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6f9630..f9ff4dd 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.7-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