Browse code

Update tini v0.19.0

full diff: https://github.com/krallin/tini/compare/v0.18.0...v0.19.0

Release notes:

- mipsel build
- include checksums in releases
- ppc64le alias for the ppc64el build

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2020/08/11 18:26:28
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 #!/bin/sh
2 2
 
3
-: ${TINI_COMMIT:=fec3683b971d9c3ef73f284f176672c44b448662} # v0.18.0
3
+: ${TINI_COMMIT:=de40ad007797e0dcd8b7126f27bb87401d224240} # v0.19.0
4 4
 
5 5
 install_tini() {
6 6
 	echo "Install tini version $TINI_COMMIT"