Browse Source

fix(ci): try base build image

Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
Jianxiang Ran 2 years atrás
parent
commit
ed65da6932
1 changed files with 1 additions and 1 deletions
  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