From f138a350f930692048f59bb74924e54be41249b1 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 22 Sep 2023 11:43:12 +0200 Subject: [PATCH] push to 0.6.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a7412b..a9dd713 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.20-alpine3.18 as builder -ENV VERSION=v0.6.1 +ENV VERSION=v0.6.2 RUN apk --no-cache add \ git \