mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-06 19:47:57 +00:00
Upgrade to go-cron 11 to avoid zombie processes
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user