From e4e3c3269b5fe563effe6e8e36b0ede5291c59e5 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 22 May 2025 11:36:39 +0200 Subject: [PATCH] push to 0.12.1 --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 5d56d3a..09203c7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ -FROM docker.io/golang:1.23-alpine3.21 as builder +FROM docker.io/golang:1.24-alpine3.21 as builder -ENV VERSION=v0.12.0 +ENV VERSION=v0.12.1 RUN apk --no-cache add \ git \