From 5a5bfc3fcb0be5a388a14f4cb15bf71365c2836c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 23 Jun 2023 23:03:35 +0300 Subject: [PATCH] Nginx: Update to 1.25. --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index c9f7011..9ebbb22 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/nginx:1.24.0-alpine +FROM docker.io/nginx:1.25.0-alpine # hadolint ignore=DL3018 RUN rm -rf /etc/nginx/conf.d/* && \ chmod 777 /run && \ -- GitLab