use go 1.16
This commit is contained in:
parent
48af8034f8
commit
54dd42dd19
@ -1,4 +1,4 @@
|
|||||||
FROM golang:buster as builder
|
FROM amd64/golang:1.16-alpine as builder
|
||||||
|
|
||||||
RUN mkdir -p /go/src/github.com/chrislusf/
|
RUN mkdir -p /go/src/github.com/chrislusf/
|
||||||
RUN git clone https://github.com/chrislusf/seaweedfs /go/src/github.com/chrislusf/seaweedfs
|
RUN git clone https://github.com/chrislusf/seaweedfs /go/src/github.com/chrislusf/seaweedfs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user