This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 01ff293b95345fd6bc6c6d4ffb643a4dac61128d Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Mon Nov 15 20:53:13 2021 +0800 Bump OAP to latest 8.9 dev --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 4eb6db3..2181347 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,8 +26,8 @@ TAG ?= $(shell git rev-parse --short HEAD) ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.0 -SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap:c9bd79e8bb974e404766e3490c00c7404b9baf1e -SW_ROCKET_BOT_IMAGE ?= ghcr.io/apache/skywalking/ui:c9bd79e8bb974e404766e3490c00c7404b9baf1e +SW_OAP_IMAGE ?= ghcr.io/apache/skywalking/oap:b63008c61e1fcb1d69b25a8be7ce99f1d987a175 +SW_ROCKET_BOT_IMAGE ?= ghcr.io/apache/skywalking/ui:b63008c61e1fcb1d69b25a8be7ce99f1d987a175 SW_AGENT_NODEJS_BACKEND_VERSION ?= e755659c7f308d3b5589619778c8360308cb14f8 SW_AGENT_NODEJS_FRONTEND_VERSION ?= af0565a67d382b683c1dbd94c379b7080db61449
