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 202135b commit d9c2be9Copy full SHA for d9c2be9
Dockerfile
@@ -42,7 +42,7 @@ EOF
42
43
# Install a more recent release of protoc:
44
# renovate: datasource=github-releases depName=protocolbuffers/protobuf versioning=semver-coerced
45
-ARG PB_VERSION="v33.5"
+ARG PB_VERSION="v34.0"
46
RUN <<EOF
47
if [[ ${DOCKER_TARGET_ARCH} == 'aarch64' ]]; then
48
DOCKER_TARGET_ARCH=aarch_64
0 commit comments