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 691680f commit 7aeef0aCopy full SHA for 7aeef0a
Dockerfile
@@ -3,7 +3,7 @@ ARG PYTHON_IMAGE_VERSION=3.13.8-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:25.0.0-bookworm AS static-deps
+FROM node:25.1.0-bookworm AS static-deps
7
8
WORKDIR /opt/warehouse/src/
9
0 commit comments