This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 52e22e11a chore: update nginx (#8481)
52e22e11a is described below

commit 52e22e11a196114b2786fdbd9e98e2123520821a
Author: Michka Popoff <[email protected]>
AuthorDate: Tue Jul 22 06:01:58 2025 +0200

    chore: update nginx (#8481)
    
    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 c094df4fe..25cd6dc2c 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

Reply via email to