From 1b827ae5b14c1af599edffcd7075b03016d9205c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:45:24 +0000 Subject: [PATCH] chore(deps): update docker.io/nginx docker tag to v1.31.2 --- compose/production/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/production/nginx/Dockerfile b/compose/production/nginx/Dockerfile index ec2ad35..977b77c 100644 --- a/compose/production/nginx/Dockerfile +++ b/compose/production/nginx/Dockerfile @@ -1,2 +1,2 @@ -FROM docker.io/nginx:1.17.8-alpine +FROM docker.io/nginx:1.31.2-alpine COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf