This commit is contained in:
cangui 2025-08-18 19:08:32 +02:00
parent b8abce4d4a
commit be845fc6f9

View File

@ -1,5 +1,5 @@
# ---------- build ----------
FROM golang:1.22-alpine AS builder
FROM golang:1.24 AS builder
WORKDIR /src
RUN apk add --no-cache build-base # gcc/make/musl-dev pour cgo