Skip to content

Commit 87f7bb5

Browse files
author
Diego Rodriguez Baquero
committed
chore(protobuf): update protobuf version
1 parent 031d969 commit 87f7bb5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ARG NGINX_BRANCH=default
99
ARG NGINX_COMMIT=c38588d8376b
1010
# https://github.com/google/ngx_brotli
1111
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
12+
# https://nginx.org/en/docs/njs/changes.html
1213
ARG NJS_VERSION=0.8.0
1314
ARG NGX_CAR_RANGE_VERSION="v0.6.0"
1415

@@ -34,9 +35,9 @@ RUN apt-get update && apt-get install -y \
3435
clang \
3536
&& rm -rf /var/lib/apt/lists/* \
3637
&& curl https://sh.rustup.rs -sSf | bash -s -- -y \
37-
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v24.0/protoc-24.0-linux-x86_64.zip \
38-
&& unzip protoc-24.0-linux-x86_64.zip -d /usr/local \
39-
&& rm protoc-24.0-linux-x86_64.zip
38+
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v24.1/protoc-24.1-linux-x86_64.zip \
39+
&& unzip protoc-24.1-linux-x86_64.zip -d /usr/local \
40+
&& rm protoc-24.1-linux-x86_64.zip
4041

4142
ENV PATH="/root/.cargo/bin:${PATH}"
4243

0 commit comments

Comments
 (0)