From a3dcdf37834ca0505234a1ffe25de818652fa2f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 05:25:14 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-7886354 - https://snyk.io/vuln/SNYK-UBUNTU2204-GCC12-5893601 - https://snyk.io/vuln/SNYK-UBUNTU2204-GCC12-5893601 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281073 - https://snyk.io/vuln/SNYK-UBUNTU2204-KRB5-6281073 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e03f95e..04b18fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a clean tiny image to store artifacts in -FROM ubuntu:jammy-20240808 +FROM ubuntu:22.04 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md