|
|
@@ -52,7 +52,7 @@ RUN a2enmod rewrite;
|
|
|
RUN docker-php-ext-install opcache && docker-php-ext-enable opcache
|
|
|
|
|
|
# 安装 protoc
|
|
|
-ENV PRPTOTBUF_VERSION=21.10
|
|
|
+ENV PRPTOTBUF_VERSION=30.2
|
|
|
RUN wget "https://github.com/protocolbuffers/protobuf/releases/download/v${PRPTOTBUF_VERSION}/protoc-${PRPTOTBUF_VERSION}-linux-x86_64.zip" && \
|
|
|
unzip protoc-${PRPTOTBUF_VERSION}-linux-x86_64.zip && ls && cp bin/protoc /usr/bin/ && \
|
|
|
protoc --version
|