From 731b59a6c4606b1ede71709984c53e4d791e7624 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 19:24:26 +0000 Subject: [PATCH] fix: jupyter-account/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 --- jupyter-account/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-account/Dockerfile b/jupyter-account/Dockerfile index c093b07c..04b10e8b 100644 --- a/jupyter-account/Dockerfile +++ b/jupyter-account/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. # Use ubuntu for our image -FROM ubuntu:latest +FROM ubuntu:24.04 # User USER root