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:
parent
c997a4995d
commit
31d83961e9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue