Merge 7a664c7afb0571dc6730801c0bd6cd02174c0863 into 8b66753a278249b3469c93cb8607ff73a07533c2

This commit is contained in:
Jan Stabenow 2026-02-26 01:53:10 +01:00 committed by GitHub
commit 5428e6eda6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
ARG GOLANG_IMAGE=golang:1.22-alpine3.19
ARG BUILD_IMAGE=alpine:3.19
ARG BUILD_IMAGE=alpine:3.23.3
# Cross-Compilation
# https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/