Skip to content

Commit c1c4390

Browse files
authored
Merge pull request #1121 from Wikid82/renovate/dockerfile-non-major
chore(deps): update module google.golang.org/grpc to v1.82.0
2 parents e931771 + 5d80d3e commit c1c4390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
471471
# Fix available at v1.79.3. Pin here so the CrowdSec binary is patched immediately;
472472
# remove once CrowdSec ships a release built with grpc >= v1.79.3.
473473
# renovate: datasource=go depName=google.golang.org/grpc
474-
go get google.golang.org/grpc@v1.81.1 && \
474+
go get google.golang.org/grpc@v1.82.0 && \
475475
# CVE-2026-32286: pgproto3/v2 buffer overflow (no v2 fix exists; bump pgx/v4 to latest patch)
476476
# renovate: datasource=github-tags depName=jackc/pgx
477477
go get github.com/jackc/pgx/v4@v4.18.3 && \

0 commit comments

Comments
 (0)