allow relaying
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2m33s

This commit is contained in:
Sebastian Hugentobler 2025-03-05 10:07:46 +01:00
parent 9741d46f33
commit efefea6077
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
FROM docker.io/golang:1.22-alpine3.21 as builder
FROM docker.io/golang:1.23-alpine3.21 as builder
ENV VERSION=v0.11.2
ENV VERSION=v0.11.3
RUN apk --no-cache add \
git \