From 542fadb18579838db3ba7d7a82e352945bfb6706 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 22 Aug 2023 09:16:07 +0200 Subject: [PATCH] push to 0.6.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae76d98..3a7412b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \