From 4d0a7dc8eafc9ce65bb1198a0698c3120db7a6a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:02:48 +0000 Subject: [PATCH] Bump nginx in /compose/production/nginx Bumps nginx from 1.17.8-alpine to 1.27.4-alpine. --- updated-dependencies: - dependency-name: nginx 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..6c16671 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.27.4-alpine COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf