Skip to content

Commit

Permalink
build(double-take): update s6-overlay to version 3.1.6.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
skrashevich committed Jan 30, 2024
1 parent f747585 commit 1d116fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion double-take-beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion double-take/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1d116fb

Please sign in to comment.