From 745cd78da67d41f9b21dbd2d410ebe94726de224 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jul 2024 11:54:59 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567377 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567377 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928845 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6f9630..eb33cf1 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.8-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