Skip to content

Commit

Permalink
[Tool] update toolchain image version in dev-env (#35613)
Browse files Browse the repository at this point in the history
include java jmods in dev-env image for centos7

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
  • Loading branch information
kevincai authored Nov 23, 2023
1 parent 0ca0132 commit f15d388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfiles/dev-env/dev-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG starlet_tag=v3.2-rc3
# build for which linux distro: centos7|ubuntu
ARG distro=ubuntu

FROM starrocks/toolchains-${distro}:main-20231121 as base
FROM starrocks/toolchains-${distro}:main-20231123 as base
ENV STARROCKS_THIRDPARTY=/var/local/thirdparty

WORKDIR /root
Expand Down

0 comments on commit f15d388

Please sign in to comment.