From 1176eb3ec2a50d6ff8950e6f68c5221f4cb05973 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 22 Sep 2023 11:43:40 +0200 Subject: [PATCH] push to 0.10.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a80aa57..34a4582 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.20-alpine3.18 as builder -ENV VERSION=v0.10.0 +ENV VERSION=v0.10.2 RUN apk --no-cache add \ git \