From 10decf2fca654333fcf2f37f6bd3f91661476fdd Mon Sep 17 00:00:00 2001
From: snyk-bot
Date: Sat, 7 Feb 2026 04:50:20 +0000
Subject: [PATCH] fix: videocall-frontend/Dockerfile to reduce vulnerabilities
---
videocall-frontend/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/videocall-frontend/Dockerfile b/videocall-frontend/Dockerfile
index b83180a..210fb64 100644
--- a/videocall-frontend/Dockerfile
+++ b/videocall-frontend/Dockerfile
@@ -11,7 +11,7 @@ COPY . .
RUN npm run build
# Production стадия с nginx
-FROM nginx:alpine
+FROM nginx:1.29.5-alpine3.23
# Удаление дефолтной конфигурации nginx
RUN rm /etc/nginx/conf.d/default.conf