From 7b18146e5e0adfe0ce70d5300d06a5e4f9ef4dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:55:27 +0000 Subject: [PATCH] Bump nginx from 1.25.5-alpine to 1.26.0-alpine in /nginx Bumps nginx from 1.25.5-alpine to 1.26.0-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 7164bfb9..3bcd5879 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,5 +1,5 @@ # Get nginx stable Alpine. -FROM nginx:1.25.5-alpine +FROM nginx:1.26.0-alpine # Get packages. RUN apk update && apk add openssl && apk add apache2-utils