From 35f547f8ae8b3c6ded9f2f63abcc96e4e7c94456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 03:19:42 +0000 Subject: [PATCH] Bump nginx from 1.27.2-alpine to 1.27.3-alpine in /docker/nginx Bumps nginx from 1.27.2-alpine to 1.27.3-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 240b8cef0..755e3afb6 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -1,6 +1,6 @@ # build args -FROM nginx:1.27.2-alpine AS nginx_build +FROM nginx:1.27.3-alpine AS nginx_build # install pkgs RUN apk add --update-cache python3 py3-pip jinja2-cli