We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba54e55 commit fe741a8Copy full SHA for fe741a8
executables/release.sh
@@ -80,7 +80,7 @@ docker_dependencies() {
80
81
if [[ ${RELEASE_NEED_WAIT-} == "true" ]]; then
82
# renovate: datasource=github-releases depName=ViBiOh/wait
83
- local WAIT_VERSION="v0.0.4"
+ local WAIT_VERSION="v0.1.0"
84
85
for platform in ${DOCKER_ARCHS:-linux/amd64 linux/arm linux/arm64}; do
86
local BUILD_GOOS
0 commit comments