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
+2 -2
View File
@@ -15,12 +15,12 @@ variable "BUILD_REVISION" {
}
target "debian" {
args = {"GOCRONVER" = "v0.0.10"}
args = {"GOCRONVER" = "v0.0.11"}
dockerfile = "debian.Dockerfile"
}
target "alpine" {
args = {"GOCRONVER" = "v0.0.10"}
args = {"GOCRONVER" = "v0.0.11"}
dockerfile = "alpine.Dockerfile"
}