Explorar el Código

fix(ci): try base build image

Signed-off-by: Jianxiang Ran <rxan_embedded@163.com>
Jianxiang Ran hace 2 años
padre
commit
ed65da6932
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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