Skip to content

Commit 6fb8425

Browse files
committed
feat: go-cron version update
1 parent 42bc149 commit 6fb8425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:$ALPINE_VERSION
33

44
ARG TARGETOS
55
ARG TARGETARCH
6-
ARG GO_CRON_VERSION=v0.0.10
6+
ARG GO_CRON_VERSION=v0.0.11
77
ARG GO_CRON_URL=https://github.com/prodrigestivill/go-cron/releases/download/$GO_CRON_VERSION/go-cron-$TARGETOS-$TARGETARCH-static.gz
88
ARG UID=1000
99
ARG GID=1000

0 commit comments

Comments
 (0)