From 9e5b10ad74bd5ffff7e997a0d3c33ec7a35e8491 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 22 Aug 2023 09:15:19 +0200 Subject: [PATCH] push to 0.10.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e66317c..a80aa57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.20-alpine3.18 as builder -ENV VERSION=v0.9.0 +ENV VERSION=v0.10.0 RUN apk --no-cache add \ git \