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.
2 parents e931771 + 5d80d3e commit c1c4390Copy full SHA for c1c4390
1 file changed
Dockerfile
@@ -471,7 +471,7 @@ RUN go get github.com/expr-lang/expr@v${EXPR_LANG_VERSION} && \
471
# Fix available at v1.79.3. Pin here so the CrowdSec binary is patched immediately;
472
# remove once CrowdSec ships a release built with grpc >= v1.79.3.
473
# renovate: datasource=go depName=google.golang.org/grpc
474
- go get google.golang.org/grpc@v1.81.1 && \
+ go get google.golang.org/grpc@v1.82.0 && \
475
# CVE-2026-32286: pgproto3/v2 buffer overflow (no v2 fix exists; bump pgx/v4 to latest patch)
476
# renovate: datasource=github-tags depName=jackc/pgx
477
go get github.com/jackc/pgx/v4@v4.18.3 && \
0 commit comments