Просмотр исходного кода

fix(ci): try base build image

Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
Jianxiang Ran 2 лет назад
Родитель
Сommit
ed65da6932
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deploy/docker/Dockerfile

+ 1 - 1
deploy/docker/Dockerfile

@@ -13,7 +13,7 @@
 # limitations under the License.
 # limitations under the License.
 
 
 ARG GO_VERSION=1.18.5
 ARG GO_VERSION=1.18.5
-FROM golang:$GO_VERSION AS builder
+FROM ghcr.io/lf-edge/ekuiper/base:$GO_VERSION-debian AS builder
 
 
 COPY . /go/kuiper
 COPY . /go/kuiper