瀏覽代碼

fix(ci): try base build image

Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
Jianxiang Ran 2 年之前
父節點
當前提交
ed65da6932
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/docker/Dockerfile

+ 1 - 1
deploy/docker/Dockerfile

@@ -13,7 +13,7 @@
 # limitations under the License.
 
 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