diff --git a/events/docker/events/Dockerfile b/events/docker/events/Dockerfile index 71475beaf..183e54572 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:24-alpine # hadolint ignore=DL3018 RUN apk add --no-cache curl \