mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-03 04:26:53 +00:00
freeze docker build image version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.8 as builder
|
||||
FROM golang:1.13 as builder
|
||||
ARG GOPROXY=direct
|
||||
WORKDIR /go/src/ehang.io/nps
|
||||
COPY . .
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.13.8 as builder
|
||||
FROM golang:1.13 as builder
|
||||
ARG GOPROXY=direct
|
||||
WORKDIR /go/src/ehang.io/nps
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user