From e4f65a5b3d848a3d1a8fbb4212765f7e1e23f11c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Oct 2025 08:56:35 +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-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-11031045 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d03e354..85870f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:noble-20250805 +FROM ubuntu:latest RUN apt-get update && \ apt-get install -y curl bash openssl git && \