File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ARG NGINX_BRANCH=default
9
9
ARG NGINX_COMMIT=c38588d8376b
10
10
# https://github.com/google/ngx_brotli
11
11
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
12
+ # https://nginx.org/en/docs/njs/changes.html
12
13
ARG NJS_VERSION=0.8.0
13
14
ARG NGX_CAR_RANGE_VERSION="v0.6.0"
14
15
@@ -34,9 +35,9 @@ RUN apt-get update && apt-get install -y \
34
35
clang \
35
36
&& rm -rf /var/lib/apt/lists/* \
36
37
&& 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
40
41
41
42
ENV PATH="/root/.cargo/bin:${PATH}"
42
43
You can’t perform that action at this time.
0 commit comments