From 6b61b38a3101e954d9645a64a86a35868863fc48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 03:33:30 +0000 Subject: [PATCH] Bump nginx from 1.27.0-alpine to 1.27.2-alpine in /docker/nginx Bumps nginx from 1.27.0-alpine to 1.27.2-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 21edf9fd..79e19b12 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -1,6 +1,6 @@ # build args -FROM nginx:1.27.0-alpine AS nginx_build +FROM nginx:1.27.2-alpine AS nginx_build # install pkgs RUN apk add --update-cache python3 py3-pip jinja2-cli