update go version

This commit is contained in:
Chris Lu 2021-06-30 12:52:33 -07:00
parent 54dd42dd19
commit 0b0414ebab
2 changed files with 2 additions and 1 deletions

View File

@ -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 mkdir -p /go/src/github.com/chrislusf/

View File

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