Update Dockerfile

This commit is contained in:
gigirassy
2025-10-17 21:14:03 +02:00
parent c92c5a1c09
commit 3019d1fcca
+1 -1
View File
@@ -2,7 +2,7 @@
# #
# Multi-arch build (use BuildKit/docker buildx). Produces a tiny scratch image. # Multi-arch build (use BuildKit/docker buildx). Produces a tiny scratch image.
# #
FROM --platform=$BUILDPLATFORM golang:1.24.7-alpine AS builder FROM --platform=$BUILDPLATFORM golang:1.24.8-alpine AS builder
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
ARG TARGETVARIANT ARG TARGETVARIANT