mirror of
https://github.com/ehang-io/nps
synced 2025-10-19 15:04:25 +08:00
freeze docker build image version
This commit is contained in:
parent
c7720066ec
commit
acffdd76a1
|
@ -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 . .
|
||||||
|
|
|
@ -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 . .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user