We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c91dfb commit e7f3d99Copy full SHA for e7f3d99
1 file changed
executables/release.sh
@@ -80,7 +80,7 @@ docker_dependencies() {
80
81
if [[ ${RELEASE_NEED_WAIT-} == "true" ]]; then
82
# renovate: datasource=forgejo-releases registryUrl=https://codeberg.org packageName=ViBiOh/wait
83
- local WAIT_VERSION="v0.2.0"
+ local WAIT_VERSION="v0.2.1"
84
85
for platform in ${DOCKER_ARCHS:-linux/amd64 linux/arm64}; do
86
local BUILD_GOOS
0 commit comments