We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e117fe2 commit c994a5fCopy full SHA for c994a5f
Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y \
37
38
# Install a more recent release of protoc (protobuf-compiler in jammy is 4 years old and misses some features)
39
RUN cd /tmp && \
40
- curl -sSL https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-linux-x86_64.zip -o protoc.zip && \
+ curl -sSL https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VER}/protoc-${PROTOC_VER}-linux-x86_64.zip -o protoc.zip && \
41
unzip protoc.zip && \
42
cp bin/protoc /usr/bin/protoc && \
43
rm -rf *
0 commit comments