update go version
This commit is contained in:
parent
54dd42dd19
commit
0b0414ebab
@ -1,4 +1,4 @@
|
|||||||
FROM frolvlad/alpine-glibc as builder
|
FROM amd64/golang:1.16-alpine as builder
|
||||||
RUN apk add git go g++
|
RUN apk add git go g++
|
||||||
|
|
||||||
RUN mkdir -p /go/src/github.com/chrislusf/
|
RUN mkdir -p /go/src/github.com/chrislusf/
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
FROM amd64/golang:1.16-alpine as builder
|
FROM amd64/golang:1.16-alpine as builder
|
||||||
|
RUN apk add git go g++
|
||||||
|
|
||||||
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