From 223f416742f7a4de94602ed422119219355e179a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:12:10 +0000 Subject: [PATCH] Build(deps): bump haproxy in /images/haproxy-redirect Bumps haproxy from 3.4.0-alpine to 3.4.1-alpine. --- updated-dependencies: - dependency-name: haproxy dependency-version: 3.4.1-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- images/haproxy-redirect/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/haproxy-redirect/Dockerfile b/images/haproxy-redirect/Dockerfile index 43afba9..64d6fb7 100644 --- a/images/haproxy-redirect/Dockerfile +++ b/images/haproxy-redirect/Dockerfile @@ -1,7 +1,7 @@ # haproxy:3.2.19-alpine (HAProxy 3.2 LTS) — pinned by digest for reproducibility. # Dependabot bumps this digest; the daily scheduled rebuild + `apk upgrade` below # pulls fresh, apk-signed Alpine security patches even when the digest is unchanged. -FROM haproxy:3.4.0-alpine@sha256:f5437564f819793be4614085ee0bafae45d0579fa2b97f9c76449e60436476e0 +FROM haproxy:3.4.1-alpine@sha256:820658d9303227313f1feb164443f07319d604fed68982c918611dcaea8fb775 # Pull the latest signed Alpine security patches at build time. USER root