From 3bb9af0edb1d5884e59b3ef2d6b011c19856e9eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Aug 2025 00:51:51 +0000 Subject: [PATCH] fix: cors/Dockerfile.linux to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2404-PERL-10285352 - https://snyk.io/vuln/SNYK-UBUNTU2404-TAR-10769052 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-GLIBC-10321975 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8303372 --- cors/Dockerfile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cors/Dockerfile.linux b/cors/Dockerfile.linux index 72860ae..b5e8709 100644 --- a/cors/Dockerfile.linux +++ b/cors/Dockerfile.linux @@ -1,5 +1,5 @@ # Pull the minimal Ubuntu image -FROM ubuntu +FROM ubuntu:24.10 # Install Nginx RUN apt-get -y update && apt-get -y install nginx