From 55e265ed2ced9cd91c7200d92bd9f3b98677a2ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Aug 2025 05:35:46 +0000 Subject: [PATCH] fix: cors/Dockerfile.local to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- cors/Dockerfile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cors/Dockerfile.local b/cors/Dockerfile.local index e000b9c..5724581 100644 --- a/cors/Dockerfile.local +++ b/cors/Dockerfile.local @@ -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