From 58f339286b6b29f957e7d2d29f97c49b17fb2493 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 28 Mar 2024 13:55:22 +0100 Subject: [PATCH] push to 0.10.6 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a3ed8c9..ea8578d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/golang:1.21-alpine3.19 as builder -ENV VERSION=v0.10.5 +ENV VERSION=v0.10.6 RUN apk --no-cache add \ git \