From 94a9952cf19db6276dc327b51bc5025546d971cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:30:06 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F21/n?= =?UTF-8?q?ginx=20to=20v1.26.2-r4=20(#531)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- glances/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/Dockerfile b/glances/Dockerfile index d21274c..0a2c7eb 100644 --- a/glances/Dockerfile +++ b/glances/Dockerfile @@ -17,7 +17,7 @@ RUN \ python3-dev=3.12.8-r1 \ \ && apk add --no-cache \ - nginx=1.26.2-r3 \ + nginx=1.26.2-r4 \ py3-packaging=24.2-r0 \ py3-six=1.16.0-r9 \ python3=3.12.8-r1 \