Skip to content

Commit dccb665

Browse files
[BugFix] fix gcs error code in staros-starlet (backport #64066) (#64110)
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com> Co-authored-by: Kevin Cai <caixiaohua@starrocks.com>
1 parent 0bb762e commit dccb665

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/dockerfiles/dev-env/dev-env.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG predownload_thirdparty=false
2222
ARG thirdparty_url=https://cdn-thirdparty.starrocks.com/starrocks-thirdparty-main-20250731.tar
2323
ARG commit_id
2424
# check thirdparty/starlet-artifacts-version.sh, to get the right tag
25-
ARG starlet_tag=v3.5-rc4
25+
ARG starlet_tag=v3.5-rc5
2626
# build for which linux distro: centos7|ubuntu
2727
ARG distro=ubuntu
2828
# Token to access artifacts in private github repositories.

thirdparty/starlet-artifacts-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# https://hub.docker.com/r/starrocks/starlet-artifacts-centos7/tags
1010
#
1111
# Update the following tag when STARLET releases a new version.
12-
export STARLET_ARTIFACTS_TAG=v3.5-rc4
12+
export STARLET_ARTIFACTS_TAG=v3.5-rc5

0 commit comments

Comments
 (0)