From dad12ad0e5cb67cc3839d168a5343bf623d8778a Mon Sep 17 00:00:00 2001 From: "Ricardo A. Reyes" Date: Tue, 20 May 2025 14:36:05 -0400 Subject: [PATCH] Update Dockerfile with nginx hardened image (0 CVEs) Updated the Dockerfile nginx container image. Instead, we recommend using the latest Chainguard nginx container image, which is free to use, hardened daily, and actively maintained to eliminate CVEs by patching both direct and transitive dependencies. --- cts/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/nginx/Dockerfile b/cts/nginx/Dockerfile index 8612ab9..b5d6b71 100644 --- a/cts/nginx/Dockerfile +++ b/cts/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM cgr.dev/chainguard/nginx:latest ARG HOSTNAME