diff --git a/Dockerfile b/Dockerfile index 211e3d12f6fd..32c6e80617d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.8-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:25.1.0-bookworm AS static-deps +FROM node:25.2.1-bookworm AS static-deps WORKDIR /opt/warehouse/src/