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>
This commit is contained in:
Sebastiaan van Stijn 2020-08-11 11:26:28 +02:00
parent c997a4995d
commit 31d83961e9
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -1,6 +1,6 @@
#!/bin/sh
: ${TINI_COMMIT:=fec3683b971d9c3ef73f284f176672c44b448662} # v0.18.0
: ${TINI_COMMIT:=de40ad007797e0dcd8b7126f27bb87401d224240} # v0.19.0
install_tini() {
echo "Install tini version $TINI_COMMIT"