This commit is contained in:
Chris Lu
2023-02-08 16:41:23 -08:00
committed by GitHub
parent 79d68a81fd
commit bac45912e3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as builder
FROM golang:1.20-alpine as builder
RUN apk add git g++ fuse
RUN mkdir -p /go/src/github.com/seaweedfs/
RUN git clone https://github.com/seaweedfs/seaweedfs /go/src/github.com/seaweedfs/seaweedfs