Bugfix
Some checks failed
release-tag / release-image (push) Has been cancelled

This commit is contained in:
2026-07-20 21:50:34 +02:00
parent 889c19811b
commit 1cc8fb4af8

View File

@@ -1,4 +1,4 @@
FROM golang:1.23-alpine AS build
FROM golang:1.26-alpine AS build
WORKDIR /src
COPY go.mod ./
COPY . .