From ea522284e0cad0f4a264da77ce7fc939c4ecc0ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 03:16:34 +0000 Subject: [PATCH] fix: 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d212ed7..7761bfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update