Skip to content

Commit

Permalink
S6: updated to 2.X version (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Latten <[email protected]>
  • Loading branch information
bryanlatten and Bryan Latten authored Jul 8, 2020
1 parent de3e526 commit a434c80
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=v1.22.1.0
S6_VERSION=v2.0.0.1

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 a434c80

Please sign in to comment.