Skip to content

Commit

Permalink
S6: updated to 2.1 (#57)
Browse files Browse the repository at this point in the history
* S6: updated to 2.1

* S6: updated to 2.1.0.1

* Update install_s6.sh
  • Loading branch information
bryanlatten authored Nov 11, 2020
1 parent 95e7bb1 commit c333382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/root/scripts/install_s6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Requires curl, gpg (or gnupg on Alpine), and tar to be present

S6_NAME=s6-overlay-amd64.tar.gz
S6_VERSION=v2.0.0.1
S6_VERSION=v2.1.0.2

curl -fL https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/${S6_NAME} -o /tmp/${S6_NAME}
curl -fL https://github.com/just-containers/s6-overlay/releases/download/${S6_VERSION}/${S6_NAME}.sig -o /tmp/${S6_NAME}.sig
Expand Down

0 comments on commit c333382

Please sign in to comment.