Skip to content

Commit

Permalink
Merge pull request #4 from kyzima-spb/checker/latest-version
Browse files Browse the repository at this point in the history
Bump s6-overlay from 3.1.4.2 to 3.1.5.0
  • Loading branch information
kyzima-spb authored May 8, 2023
2 parents 3445e02 + 669f969 commit bf81aea
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 bf81aea

Please sign in to comment.