From fb215916d348500f0e12180674f8d5b4f96739c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 08:53:49 +0000 Subject: [PATCH] fix: s2i/sf-demo/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-GNUPG2-3035409 - https://snyk.io/vuln/SNYK-UBUNTU2204-PERL-2789081 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886 - https://snyk.io/vuln/SNYK-UBUNTU2204-SHADOW-2801886 - https://snyk.io/vuln/SNYK-UBUNTU2204-ZLIB-2975633 --- s2i/sf-demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 s2i/sf-demo/Dockerfile diff --git a/s2i/sf-demo/Dockerfile b/s2i/sf-demo/Dockerfile old mode 100755 new mode 100644 index c50307f..02f1054 --- a/s2i/sf-demo/Dockerfile +++ b/s2i/sf-demo/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:22.04 EXPOSE 8080