From 34b1fee656d4fb06efaf94c0962601441b1d3290 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Apr 2026 16:50:21 +0000 Subject: [PATCH] fix: jupyter-account/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-SYSTEMD-15788725 - https://snyk.io/vuln/SNYK-UBUNTU2404-SYSTEMD-15788725 - https://snyk.io/vuln/SNYK-UBUNTU2404-GNUPG2-14849569 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-11936905 - https://snyk.io/vuln/SNYK-UBUNTU2404-TAR-10769052 --- 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