From b2e9c69eb7842bcc94862c5d9792a60541433241 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Thu, 4 Jul 2024 08:04:56 +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..efa21cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a clean tiny image to store artifacts in -FROM ubuntu:jammy-20240427 +FROM ubuntu:jammy-20240627.1 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md