diff --git a/apps/hi-events/Dockerfile b/apps/hi-events/Dockerfile index 59ccaea..c7e9c18 100644 --- a/apps/hi-events/Dockerfile +++ b/apps/hi-events/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build assets and dependencies -FROM node:22-alpine AS builder +FROM node:24-alpine AS builder ARG VERSION ARG TARGETPLATFORM