From d3b2d4c7c595d60f481533104c0c438e1b28b7a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 07:45:00 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-GLIBC-6674187 - https://snyk.io/vuln/SNYK-UBUNTU2204-GLIBC-6674202 - https://snyk.io/vuln/SNYK-UBUNTU2204-GLIBC-6674211 - https://snyk.io/vuln/SNYK-UBUNTU2204-GLIBC-6674220 - https://snyk.io/vuln/SNYK-UBUNTU2204-OPENSSL-5538123 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6777984..04b18fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a clean tiny image to store artifacts in -FROM ubuntu:jammy-20240427 +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