Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ARG NODE_SETUP_VERSION=24.x
ARG NODE_VERSION=24.14.*
# https://github.com/golang/go/tags
# renovate: datasource=golang-version depName=go packageName=go
ARG GO_VERSION=1.26.2
ARG GO_VERSION=1.26.3

# Defined default version for Protoc and Plugins
# https://github.com/protocolbuffers/protobuf
Expand All @@ -52,7 +52,7 @@ ARG PROTOBUF_JAVASCRIPT_VERSION=4.0.2
ARG GRPC_WEB_VERSION=2.0.2
# https://www.npmjs.com/package/ts-proto
# renovate: datasource=npm depName=ts-proto packageName=ts-proto
ARG TS_PROTO_VERSION=2.11.6
ARG TS_PROTO_VERSION=2.11.8
# https://github.com/pseudomuto/protoc-gen-doc/releases
# renovate: datasource=github-releases depName=protoc-gen-doc packageName=pseudomuto/protoc-gen-doc
ARG PROTOC_GEN_DOC_VERSION=1.5.1
Expand Down