From d640b6181f2f0bd05922719cfd7478cb15d3d57a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Oct 2025 21:47:59 +0000 Subject: [PATCH] fix: cors/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 - https://snyk.io/vuln/SNYK-UBUNTU2404-PAM-8352843 --- 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