Skip to content

Commit

Permalink
[INLONG-7698][Docker] Update the gcc version to fix the faild build (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzhang authored Mar 27, 2023
1 parent cc3d8e3 commit 24909e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlong-tubemq/tubemq-docker/tubemq-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24909e6

Please sign in to comment.