From 90add34738c873b5d02255d82e8b83d8c9ece0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:12:30 +0000 Subject: [PATCH] Bump nginx from 1.21.6-alpine to 1.27.2-alpine in /images/nginx Bumps nginx from 1.21.6-alpine to 1.27.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/nginx/Dockerfile b/images/nginx/Dockerfile index 7cf1add..98d6a19 100644 --- a/images/nginx/Dockerfile +++ b/images/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.21.6-alpine +FROM nginx:1.27.2-alpine COPY ./conf/nginx.conf /etc/nginx/nginx.conf COPY ./conf/network_internal.conf /etc/nginx/ \ No newline at end of file