Upgrade to go-cron 11 to avoid zombie processes

This commit is contained in:
Pau RE
2024-09-04 13:27:55 +02:00
parent 0ec036071e
commit 5aec20408d
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
GOCRONVER="v0.0.10"
GOCRONVER="v0.0.11"
MAIN_TAG="16"
TAGS_EXTRA="15 14 13 12"
PLATFORMS="linux/amd64 linux/arm64 linux/arm/v7 linux/s390x linux/ppc64le"