mirror of https://github.com/containers/podman.git
Merge pull request #12223 from cevich/bump_catatonit
Bump Catatonit up to v0.1.7
This commit is contained in:
commit
3a31ac50da
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
BASE_PATH="/usr/libexec/podman"
|
||||
CATATONIT_PATH="${BASE_PATH}/catatonit"
|
||||
CATATONIT_VERSION="v0.1.4"
|
||||
CATATONIT_VERSION="v0.1.7"
|
||||
set -e
|
||||
|
||||
if [ -f $CATATONIT_PATH ]; then
|
||||
|
|
Loading…
Reference in New Issue