Ver Fonte

freeze docker build image version

ffdfgdfg há 4 anos atrás
pai
commit
acffdd76a1
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      Dockerfile.npc
  2. 1 1
      Dockerfile.nps

+ 1 - 1
Dockerfile.npc

@@ -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 - 1
Dockerfile.nps

@@ -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 . .