Updated to prodrigestivill/go-cron v0.0.9 that allows optional seconds

This commit is contained in:
Pau Rodriguez-Estivill
2020-03-01 19:34:24 +01:00
parent 8e700838b3
commit dc10d3a69e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ARG BASETAG=latest
FROM postgres:$BASETAG
ARG GOCRONVER=v0.0.8
ARG GOCRONVER=v0.0.9
ARG TARGETOS
ARG TARGETARCH
RUN set -x \