From b471f2e626fbdb9175358e569bd235d7bc2af087 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 11:48:08 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-OPENSSL-13173858 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 282a4fc..8033386 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE_VERSION=ubuntu:latest +ARG BASE_IMAGE_VERSION=ubuntu:24.04 FROM ${BASE_IMAGE_VERSION} AS init ENV WORKDIR=/app