Skip to content

Commit 637860f

Browse files
authored
Update dependency protocolbuffers/protobuf to v32 (#170)
Signed-off-by: Renovate <[email protected]>
1 parent c4abda8 commit 637860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ EOF
4242

4343
# Install a more recent release of protoc:
4444
# renovate: datasource=github-releases depName=protocolbuffers/protobuf versioning=semver-coerced
45-
ARG PB_VERSION="v31.1"
45+
ARG PB_VERSION="v32.0"
4646
RUN <<EOF
4747
if [[ ${DOCKER_TARGET_ARCH} == 'aarch64' ]]; then
4848
DOCKER_TARGET_ARCH=aarch_64

0 commit comments

Comments
 (0)