diff --git a/events/docker/events/Dockerfile b/events/docker/events/Dockerfile index fc7b1498f..d6608bb76 100644 --- a/events/docker/events/Dockerfile +++ b/events/docker/events/Dockerfile @@ -1,5 +1,5 @@ # Multi-platform support (linux/amd64, linux/arm64) -FROM --platform=$BUILDPLATFORM node:22-alpine +FROM --platform=$BUILDPLATFORM node:26-alpine # hadolint ignore=DL3018 RUN apk add --no-cache curl \