We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f129d commit 0825bbdCopy full SHA for 0825bbd
Dockerfile
@@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.7-slim-bookworm
3
4
# First things first, we build an image which is where we're going to compile
5
# our static assets with. We use this stage in development.
6
-FROM node:24.5.0-bookworm AS static-deps
+FROM node:24.6.0-bookworm AS static-deps
7
8
WORKDIR /opt/warehouse/src/
9
0 commit comments