From 596b6af8b079d320efaf0158bfd927290f44c056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:32:11 +0000 Subject: [PATCH] Bump nginx from 1.25.4-alpine to 1.25.5-alpine in /nginx Bumps nginx from 1.25.4-alpine to 1.25.5-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 828c494f..32220cec 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ # Get nginx stable Alpine. -FROM nginx:1.25.4-alpine +FROM nginx:1.25.5-alpine # Get packages. RUN apk update && apk add openssl