This commit is contained in:
ginuerzh
2025-08-21 22:53:28 +08:00
parent f0a67a1108
commit 3b9da4e260
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
FROM --platform=$BUILDPLATFORM golang:1.24-alpine3.22 AS builder
FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.22 AS builder
# add upx for binary compression
RUN apk add --no-cache upx || echo "upx not found"