We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3271177 commit 591d16fCopy full SHA for 591d16f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.23
+current_version = 0.4.24
3
files = init-plain/usr/local/bin/entrypoint.sh
4
commit = True
5
tag = True
init-plain/usr/local/bin/entrypoint.sh
@@ -7,7 +7,7 @@ function qecho() {
7
echo $@
8
fi
9
}
10
-qecho "[II] qnib/init-plain script v0.4.23"
+qecho "[II] qnib/init-plain script v0.4.24"
11
set -e
12
13
if [[ -z ${SKIP_ENTRYPOINTS} ]];then
init-plain/usr/local/bin/healthcheck.sh
#!/bin/bash
-echo "[II] qnib/init-plain script v0.4.23"
+echo "[II] qnib/init-plain script v0.4.24"
HEALTHCHECK_DIR=${HEALTHCHECK_DIR:-/opt/healthchecks/}
ERRORCODES=0
0 commit comments