From f67351428f88ca4bf4dc5ec4347c3e1ee5e68d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 21:28:09 +0000 Subject: [PATCH] chore(deps): update docker.io/nginx docker tag to v1.31.0 --- 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..b2152aa 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.0-alpine COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf