From 82dfc94cb9c415bf7867f7d26b92150076966cbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 10:46:31 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-3126899 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-3314792 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3098846 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-3180311 - https://snyk.io/vuln/SNYK-UBUNTU2204-TAR-3261138 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d212ed7..fa3486c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:22.10 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update