From 4d7aa0fb89d48b7e120b3b64b531158d22b3ec79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 04:00:43 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2204-GNUTLS28-6172197 - https://snyk.io/vuln/SNYK-UBUNTU2204-GNUTLS28-6172710 - https://snyk.io/vuln/SNYK-UBUNTU2204-PAM-6170208 - https://snyk.io/vuln/SNYK-UBUNTU2204-PAM-6170208 - https://snyk.io/vuln/SNYK-UBUNTU2204-PAM-6170208 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3032d6..076d295 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a clean tiny image to store artifacts in -FROM ubuntu:jammy-20240111 +FROM ubuntu:jammy-20240125 # Labels for http://label-schema.org/rc1/#build-time-labels # And for https://github.com/opencontainers/image-spec/blob/master/annotations.md