From f61636277c1ac540f00baaed3035d94283cbbe25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Mar 2022 22:45:30 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-PCRE3-583594 - https://snyk.io/vuln/SNYK-UBUNTU2004-PERL-1930907 - https://snyk.io/vuln/SNYK-UBUNTU2004-SHADOW-577863 - https://snyk.io/vuln/SNYK-UBUNTU2004-SHADOW-577863 - https://snyk.io/vuln/SNYK-UBUNTU2004-TAR-1126791 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 475e896..4a24f4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:20.04 ENV GITHUB_BRANCH=sample-java-webapp-1 ENV TOMCAT_VERSION=8.5.50