diff --git a/docker/dockerfiles/dev-env/dev-env.Dockerfile b/docker/dockerfiles/dev-env/dev-env.Dockerfile
index 1204be7a294b0..392e5f728b716 100644
--- a/docker/dockerfiles/dev-env/dev-env.Dockerfile
+++ b/docker/dockerfiles/dev-env/dev-env.Dockerfile
@@ -22,7 +22,7 @@ ARG predownload_thirdparty=false
ARG thirdparty_url=https://cdn-thirdparty.starrocks.com/starrocks-thirdparty-main-20230720.tar
ARG commit_id
# check thirdparty/starlet-artifacts-version.sh, to get the right tag
-ARG starlet_tag=v3.1-rc7
+ARG starlet_tag=v3.1-rc8
# build for which linux distro: centos7|ubuntu
ARG distro=ubuntu
diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 1c6cf8a53a43f..75c4ac96e9468 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -717,12 +717,12 @@ under the License.
com.starrocks
starclient
- 3.1-rc7
+ 3.1-rc8
com.starrocks
starmanager
- 3.1-rc7
+ 3.1-rc8
diff --git a/thirdparty/starlet-artifacts-version.sh b/thirdparty/starlet-artifacts-version.sh
index d2f17fe2f3197..234f2e8f62255 100644
--- a/thirdparty/starlet-artifacts-version.sh
+++ b/thirdparty/starlet-artifacts-version.sh
@@ -9,4 +9,4 @@
# https://hub.docker.com/r/starrocks/starlet-artifacts-centos7/tags
#
# Update the following tag when STARLET releases a new version.
-export STARLET_ARTIFACTS_TAG=v3.1-rc7
+export STARLET_ARTIFACTS_TAG=v3.1-rc8