Skip to content

Commit

Permalink
Bump s6-overlay from 3.1.4.2 to 3.1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyzima-spb authored May 5, 2023
1 parent 3445e02 commit 669f969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN set -ex \
&& useradd -u $UID -g $GID -s /bin/bash -m user

ARG S6_DOWNLOAD_URL="https://github.com/just-containers/s6-overlay/releases/download"
ARG S6_OVERLAY_VERSION="3.1.4.2"
ARG S6_OVERLAY_VERSION="3.1.5.0"
ARG S6_ARCH="x86_64"
ADD ${S6_DOWNLOAD_URL}/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz /tmp
ADD ${S6_DOWNLOAD_URL}/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz /tmp
Expand Down

0 comments on commit 669f969

Please sign in to comment.