From 27722425e0551849ece113785a2070ea459d3c77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Sep 2025 08:37:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GNUTLS28-10691373 - https://snyk.io/vuln/SNYK-UBUNTU2404-GNUTLS28-10691439 - https://snyk.io/vuln/SNYK-UBUNTU2404-GNUTLS28-10691451 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46b5ad2..6893db0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:noble-20250619 +FROM ubuntu:24.04 RUN apt-get update && \ apt-get install -y curl bash openssl git && \