From df8ea6f5e8e2a795521653cbeeeea3545197e5fe Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:12:59 -0800 Subject: [PATCH] Updates s6-overlay to 3.2.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4b996ad28..7fddf3914 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ENV \ ARG TARGETARCH ARG TARGETVARIANT # Lock this version -ARG S6_OVERLAY_VERSION=3.2.1.0 +ARG S6_OVERLAY_VERSION=3.2.2.0 ARG S6_BUILD_TIME_PKGS="curl \ xz-utils"