Selaa lähdekoodia

chore(docker): change base docker image

zhanghongtong 4 vuotta sitten
vanhempi
commit
3be072f3b1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.13.10 AS builder
+FROM golang:1.14 AS builder
 
 
 COPY . /go/kuiper
 COPY . /go/kuiper