From 3179322ac96920fa4d2f846719a0fb53e487874b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 04:39:03 +0000 Subject: [PATCH] chore(deps): bump foxcpp/maddy from 0.9.2 to 0.9.3 Bumps foxcpp/maddy from 0.9.2 to 0.9.3. --- updated-dependencies: - dependency-name: foxcpp/maddy dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0da2ae..329980e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN CGO_ENABLED=1 go build -o signpost ./cmd/signpost/ ############################################################################### # Stage 3: Final image based on Maddy ############################################################################### -FROM foxcpp/maddy:0.9.2 +FROM foxcpp/maddy:0.9.3 # Install s6-overlay for process management ARG S6_OVERLAY_VERSION=3.2.0.2