From 6f9434b96675a05034a4c9efaa3661f7deae07c1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 23 Jun 2022 18:10:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20s6-overlay=20to?= =?UTF-8?q?=20v3.1.1.1=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 104ec47..4581215 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -31,7 +31,7 @@ RUN \ tzdata=2022a-0ubuntu0.20.04 \ xz-utils=5.2.4-1 \ \ - && S6_VERSION="3.1.1.0" \ + && S6_VERSION="3.1.1.1" \ && S6_ARCH="${BUILD_ARCH}" \ && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \ elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \