From c4e9ddea7b7693183f18bf90ebb8c264bae98f7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 18:05:38 +0000 Subject: [PATCH] fix: examples/generator-confluent-schema-registry/eventcatalog-chat-with-schemas-and-topics/Dockerfile.server to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928492 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928586 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14929624 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14975915 - https://snyk.io/vuln/SNYK-DEBIAN13-OPENSSL-15123186 --- .../eventcatalog-chat-with-schemas-and-topics/Dockerfile.server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/generator-confluent-schema-registry/eventcatalog-chat-with-schemas-and-topics/Dockerfile.server b/examples/generator-confluent-schema-registry/eventcatalog-chat-with-schemas-and-topics/Dockerfile.server index 5a2d6a32..77909dfd 100644 --- a/examples/generator-confluent-schema-registry/eventcatalog-chat-with-schemas-and-topics/Dockerfile.server +++ b/examples/generator-confluent-schema-registry/eventcatalog-chat-with-schemas-and-topics/Dockerfile.server @@ -2,7 +2,7 @@ # When EventCatalog output is set to `server`, the output will be a node server. # This server is required for certain features like the EventCatalog Chat (with your own keys). -FROM node:24.11.1-trixie-slim AS runtime +FROM node:24.13.1-trixie-slim AS runtime WORKDIR /app # Install dependencies