diff --git a/Dockerfile b/Dockerfile index 843ee22a96a6..a969dc50b32f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # 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:22.4.0-bookworm as static-deps +FROM node:22.9.0-bookworm as static-deps WORKDIR /opt/warehouse/src/