From c70e37ad530c71bb72652b41a9536468656ff509 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 19:19:39 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-LIBCAP2-5538296 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721324 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721338 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721345 - https://snyk.io/vuln/SNYK-UBUNTU2204-SYSTEMD-5721345 --- 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