freeze docker build image version

This commit is contained in:
ffdfgdfg 2020-07-01 21:40:55 +08:00
parent c7720066ec
commit acffdd76a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.13.8 as builder FROM golang:1.13 as builder
ARG GOPROXY=direct ARG GOPROXY=direct
WORKDIR /go/src/ehang.io/nps WORKDIR /go/src/ehang.io/nps
COPY . . COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.13.8 as builder FROM golang:1.13 as builder
ARG GOPROXY=direct ARG GOPROXY=direct
WORKDIR /go/src/ehang.io/nps WORKDIR /go/src/ehang.io/nps
COPY . . COPY . .