From 7a73bf8fc2bfe19428c8ec964fac4599c1610584 Mon Sep 17 00:00:00 2001 From: Jacques ROUSSEL Date: Thu, 26 Sep 2024 16:42:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A(frontend)=20fix=20frontend=20image?= =?UTF-8?q?=20vulnerabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed vulnerabilities found by the Trivy Scan. --- src/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile index d2f105c5..8b0ede3c 100644 --- a/src/frontend/Dockerfile +++ b/src/frontend/Dockerfile @@ -32,7 +32,7 @@ WORKDIR /home/frontend RUN npm run build # ---- Front-end image ---- -FROM nginxinc/nginx-unprivileged:1.25 as frontend-production +FROM nginxinc/nginx-unprivileged:1.26-alpine as frontend-production # Un-privileged user running the application ARG DOCKER_USER