From 0061f4ae7a68589082b1b62188020fabdaaa2dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 08:12:19 +0000 Subject: [PATCH] Bump nginx in /compose/production/nginx Bumps nginx from 1.17.8-alpine to 1.29.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.2-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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..304f05e 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.29.2-alpine COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf