From 69d73225a921fba405d61af85866b9b2db861db3 Mon Sep 17 00:00:00 2001 From: liaochuntao Date: Tue, 30 May 2023 14:54:57 +0800 Subject: [PATCH] update polaris-standalone docker image (#2854) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 178ea6a39..a0d3ef682 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,7 @@ jobs: - "8848:8848" - "9848:9848" polaris: - image: polarismesh/polaris-server-standalone:v1.13.3 + image: polarismesh/polaris-standalone:latest ports: - 8090:8090 - 8091:8091