From ed40eab7b498c89c5599cf2a53d5fc074fe3f5b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 09:56:02 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20just-containers/s?= =?UTF-8?q?6-overlay=20to=20v3.2.0.0=20(#20)?= 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 04e46b9..0cc8b37 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -27,7 +27,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"] # Install base system ARG BUILD_ARCH=amd64 ARG BASHIO_VERSION="v0.16.2" -ARG S6_OVERLAY_VERSION="3.1.6.2" +ARG S6_OVERLAY_VERSION="3.2.0.0" ARG TEMPIO_VERSION="2021.09.0" RUN \ set -o pipefail \