From 2488d7b19a2fe32e644523f4f506961aeebe45b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Sep 2025 07:35:49 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - 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 2e7360d..a6b1d0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:24.10 RUN apt-get update -y && \ apt-get install -y python3 python3-pip python3-dev build-essential