From 182b8747aa0ff382e8e50738895ffed9989ea523 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Fri, 27 Jun 2025 16:20:09 +0200 Subject: [PATCH] chore: update nginx Brings in a batch of security fixes --- config-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-ui/Dockerfile b/config-ui/Dockerfile index c094df4fe22..25cd6dc2c03 100644 --- a/config-ui/Dockerfile +++ b/config-ui/Dockerfile @@ -31,7 +31,7 @@ COPY . . RUN yarn install RUN yarn build -FROM nginxinc/nginx-unprivileged:1.25 +FROM nginxinc/nginx-unprivileged:1.29 USER 0 #ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait /wait #RUN chmod +x /wait