From 1d116fb95977ff5c2b135967a17a2a4a15292201 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Tue, 30 Jan 2024 20:09:22 +0300 Subject: [PATCH] build(double-take): update s6-overlay to version 3.1.6.2 Update S6 overlay from version 3.1.6.0 to 3.1.6.2 in both double-take-beta and double-take Dockerfiles for enhanced stability and bug fixes. The change impacts the container base layer, thus ensuring all services provided by the overlay are running the latest patch. --- double-take-beta/Dockerfile | 2 +- double-take/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/double-take-beta/Dockerfile b/double-take-beta/Dockerfile index 52dd951..6b62da4 100644 --- a/double-take-beta/Dockerfile +++ b/double-take-beta/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM FROM skrashevich/double-take:1.13.11.9rc2 -ARG S6_OVERLAY_VERSION=3.1.6.0 +ARG S6_OVERLAY_VERSION=3.1.6.2 ARG BUILD_ARCH=amd64 RUN \ apt-get update \ diff --git a/double-take/Dockerfile b/double-take/Dockerfile index af29550..b16fa72 100644 --- a/double-take/Dockerfile +++ b/double-take/Dockerfile @@ -3,7 +3,7 @@ ARG BUILD_FROM FROM skrashevich/double-take:1.13.11.8 -ARG S6_OVERLAY_VERSION=3.1.6.0 +ARG S6_OVERLAY_VERSION=3.1.6.2 ARG BUILD_ARCH=amd64 RUN \ apt-get update \