feat: Use new wasm-go-builder with oras in the Makefile (#308)

This commit is contained in:
Kent Dong
2023-04-28 10:26:56 +08:00
committed by GitHub
parent 311d5c21c2
commit 48978e5135
2 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILDER=higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/wasm-go-builder:go1.19-tinygo0.27.0
ARG BUILDER=higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/wasm-go-builder:go1.19-tinygo0.27.0-oras1.0.0
FROM $BUILDER as builder
ARG PLUGIN_NAME=hello-world