push to 0.6.1

This commit is contained in:
Sebastian Hugentobler 2023-08-22 09:16:07 +02:00
parent 55b4463d78
commit 542fadb185
Signed by untrusted user who does not match committer: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,6 @@
FROM docker.io/golang:1.20-alpine3.18 as builder
ENV VERSION=v0.6.0
ENV VERSION=v0.6.1
RUN apk --no-cache add \
git \