From e0fe76f0614e4e37e15198331927e676b6f807dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 18:19:49 +0000 Subject: [PATCH] Bump nginx in /webui in the containers group Bumps the containers group in /webui with 1 update: nginx. Updates `nginx` from 1.29-alpine to 1.31-alpine --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-alpine dependency-type: direct:production dependency-group: containers ... Signed-off-by: dependabot[bot] --- webui/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/Containerfile b/webui/Containerfile index 03d11a6..5be380e 100644 --- a/webui/Containerfile +++ b/webui/Containerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM docker.io/nginx:1.29-alpine +FROM docker.io/nginx:1.31-alpine RUN apk add --no-cache gettext