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 b09feee commit c5c6872Copy full SHA for c5c6872
Dockerfile
@@ -1,6 +1,6 @@
1
# First things first, we build an image which is where we're going to compile
2
# our static assets with. We use this stage in development.
3
-FROM node:23.5.0-bookworm AS static-deps
+FROM node:23.6.0-bookworm AS static-deps
4
5
WORKDIR /opt/warehouse/src/
6
0 commit comments