From ddb79c987f90d7b41a421515535960dda0046234 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Sep 2023 15:03:01 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 - https://snyk.io/vuln/SNYK-DEBIAN10-SQLITE3-3011634 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 402214b..28f804f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN mvn dependency:go-offline -B # RUN mvn package RUN mvn clean install package -FROM openjdk:11.0.14.1-jre-buster +FROM openjdk:11.0-jre-buster # Add the service itself COPY --from=maven target/hell-on-world-rest-*.jar /usr/share/javalin/