소스 검색

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