This is an automated email from the ASF dual-hosted git repository.
aloyszhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 3f8ecf23ce [INLONG-11948][TubeMQ] Bump the base image zookeeper to 3.5
for building (#11949)
3f8ecf23ce is described below
commit 3f8ecf23cec5e9bfdcc149f669068f925f2e4dbe
Author: Charles Zhang <[email protected]>
AuthorDate: Fri Jul 25 16:11:26 2025 +0800
[INLONG-11948][TubeMQ] Bump the base image zookeeper to 3.5 for building
(#11949)
---
inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile | 2 +-
inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
b/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
index b6de080d88..ffd513c820 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
+++ b/inlong-tubemq/tubemq-docker/tubemq-all/Dockerfile
@@ -14,7 +14,7 @@
# limitations under the License.
#
# tubemq depend on zookeeper
-FROM zookeeper:3.4
+FROM zookeeper:3.5
# install tools for debug
RUN apt-get update \
&& apt-get install -y net-tools vim curl procps \
diff --git a/inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile
b/inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile
index 136e7e882a..e5b4a3ef7a 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile
+++ b/inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile
@@ -17,7 +17,7 @@
# under the License.
#
# compile protobuf
-FROM gcc:8.5.0 as protobuf
+FROM gcc:9.5 as protobuf
RUN apt-get update && apt-get install -y unzip \
&& rm -rf /var/lib/apt/lists/
ARG PROTOBUF_VERSION=2.5.0