From 35932ee69e017ca25961e984a4e7e7ba0c17cda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:58:58 +0000 Subject: [PATCH] Bump library/nginx from 1.27.0-alpine to 1.27.2-alpine Bumps library/nginx from 1.27.0-alpine to 1.27.2-alpine. --- updated-dependencies: - dependency-name: library/nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 772a2bf8..3818a2f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -158,7 +158,7 @@ RUN chmod +x /usr/local/bin/php-fpm-healthcheck \ EXPOSE 9000 -FROM docker.io/library/nginx:1.27.0-alpine as humhub_nginx +FROM docker.io/library/nginx:1.27.2-alpine as humhub_nginx LABEL variant="nginx"