This is an automated email from the ASF dual-hosted git repository.
wankai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/master by this push:
new 055e055ede0 Update quickstart version
055e055ede0 is described below
commit 055e055ede01760deb73d726c696d0df258322a4
Author: Wan Kai <[email protected]>
AuthorDate: Mon Nov 24 14:57:17 2025 +0800
Update quickstart version
---
content/quickstart-docker.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/quickstart-docker.sh b/content/quickstart-docker.sh
index b5b071db01c..ba2de2312fb 100644
--- a/content/quickstart-docker.sh
+++ b/content/quickstart-docker.sh
@@ -20,8 +20,8 @@ set -e
SW_STORAGE=
-SW_VERSION=${SW_VERSION:-10.2.0}
-SW_BANYANDB_VERSION=${SW_BANYANDB_VERSION:-0.8.0}
+SW_VERSION=${SW_VERSION:-10.3.0}
+SW_BANYANDB_VERSION=${SW_BANYANDB_VERSION:-0.9.0}
usage() {
echo "Usage: quickstart-docker.sh [-f]"