From 750fb893cb436b095eb35e78145b029584e0e5f5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Aug 2025 03:43:32 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-TAR-10769052 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee74dff..014e116 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:noble-20250714 +ARG BASE_IMAGE_VERSION=ubuntu:24.10 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app