add git
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Failing after 47s
Build and Publish / BuildAndDeployArm64 (push) Failing after 4m51s

This commit is contained in:
2025-11-25 19:46:20 +01:00
parent 8d976dd250
commit e74f5ae30e

View File

@@ -25,6 +25,8 @@
FROM golang:1.25-alpine AS build
WORKDIR /src
RUN apk add --no-cache git
# Build metadata (can be overridden at build time)
ARG VERSION=dev
ARG GIT_COMMIT=unknown