From 62e85db6d7eb54b20077313820177eb0f4d7410e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Aug 2025 22:20:38 +0000 Subject: [PATCH] fix: cors/Dockerfile 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cors/Dockerfile b/cors/Dockerfile index e853ab3..d593777 100644 --- a/cors/Dockerfile +++ b/cors/Dockerfile @@ -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