From af949c32054d591220cbf7769c036b2f39a7af13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Apr 2025 06:22:11 +0000 Subject: [PATCH] fix: client-app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-TIFF-6190608 - https://snyk.io/vuln/SNYK-DEBIAN12-TIFF-7642493 - https://snyk.io/vuln/SNYK-DEBIAN12-TIFF-5747599 - https://snyk.io/vuln/SNYK-DEBIAN12-TIFF-5749338 - https://snyk.io/vuln/SNYK-DEBIAN12-TIFF-5750144 --- client-app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-app/Dockerfile b/client-app/Dockerfile index 608986a..ddc160c 100644 --- a/client-app/Dockerfile +++ b/client-app/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.2 +FROM nginx:1.27.5 ARG CLIENT=dist.tar.gz ARG NGINX_DIR=/usr/share/nginx/ COPY ${CLIENT} ${NGINX_DIR}