From 4b054a0b7d808e0a8418ef9c5f17bd3a83019a32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Aug 2022 11:36:19 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-E2FSPROGS-2801319 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBTIRPC-2956571 - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBTIRPC-2956571 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-2941376 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-2789081 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 475e896..c7ccb9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:22.04 ENV GITHUB_BRANCH=sample-java-webapp-1 ENV TOMCAT_VERSION=8.5.50