diff --git a/docker/Dockerfile b/docker/Dockerfile index 986e61e6..8a35a795 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ # Use amd64 for building .js and .css (which are platform agnostic), # and then copy to platform-specific nginx image -FROM --platform=linux/amd64 node:24.4.1 AS build +FROM --platform=linux/amd64 node:24.5.0 AS build WORKDIR /app