Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
Signed-off-by: gengjun-git <[email protected]>
  • Loading branch information
gengjun-git committed Dec 4, 2024
1 parent 69afe92 commit c3ae670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -30,7 +30,7 @@ ARG GITHUB_TOKEN
# the root directory to build the project
ARG BUILD_ROOT=/build

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

WORKDIR /
Expand Down
4 changes: 2 additions & 2 deletions fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ under the License.
<properties>
<starrocks.home>${basedir}/../</starrocks.home>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<jprotobuf.version>2.4.23</jprotobuf.version>
<log4j.version>2.19.0</log4j.version>
<jackson.version>2.15.2</jackson.version>
Expand Down

0 comments on commit c3ae670

Please sign in to comment.