From 24909e60a1e6fed105c8e9f0d966bd63bd4e0102 Mon Sep 17 00:00:00 2001 From: Charles Zhang Date: Mon, 27 Mar 2023 12:53:38 +0800 Subject: [PATCH] [INLONG-7698][Docker] Update the gcc version to fix the faild build (#7699) --- inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile b/inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile index 70b9ecd869b..136e7e882a8 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:5.4.0 as protobuf +FROM gcc:8.5.0 as protobuf RUN apt-get update && apt-get install -y unzip \ && rm -rf /var/lib/apt/lists/ ARG PROTOBUF_VERSION=2.5.0