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
@@ -1,7 +1,7 @@
ARG BASETAG=latest
FROM postgres:$BASETAG
ARG GOCRONVER=v0.0.10
ARG GOCRONVER=v0.0.11
ARG TARGETOS
ARG TARGETARCH