This commit is contained in:
Chris Lu
2026-03-09 23:10:27 -07:00
parent d89a78d9e3
commit 3d9f7f6f81
20 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine as builder
FROM golang:1.25-alpine AS builder
RUN apk add git g++ fuse
RUN mkdir -p /go/src/github.com/seaweedfs/
ARG BRANCH=${BRANCH:-master}