From 3e5485a8efa547e6c37700dba053170fae01040c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 18 Aug 2022 10:21:45 +0200 Subject: [PATCH] push to version 0.6.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 727a999..9955fa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.18.3-alpine3.16 as builder -ENV VERSION=v0.5.0 +ENV VERSION=v0.6.1 RUN apk --no-cache add \ git \