Skip to content

Commit b7b5e5d

Browse files
authored
Update dependency protocolbuffers/protobuf to v31.1 (#166)
Signed-off-by: Renovate <[email protected]>
1 parent 2b39d89 commit b7b5e5d

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.0"
45+
ARG PB_VERSION="v31.1"
4646
RUN <<EOF
4747
if [[ ${DOCKER_TARGET_ARCH} == 'aarch64' ]]; then
4848
DOCKER_TARGET_ARCH=aarch_64

0 commit comments

Comments
 (0)