diff --git a/Dockerfile b/Dockerfile index 3587f7a1cc81..7d23d1057d75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.5-slim-bookworm # First things first, we build an image which is where we're going to compile # our static assets with. We use this stage in development. -FROM node:24.3.0-bookworm AS static-deps +FROM node:24.4.0-bookworm AS static-deps WORKDIR /opt/warehouse/src/