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 10b4be7 commit 57d107dCopy full SHA for 57d107d
Dockerfile
@@ -18,7 +18,8 @@ RUN npm --workspace=discojs --workspace=discojs-node run build
18
COPY server/ server/
19
RUN cd server/ && npm run build
20
21
-FROM node:slim AS runner
+# TODO freeze to 22 until tfjs#8425 is merged
22
+FROM node:22-slim AS runner
23
24
WORKDIR /disco
25
0 commit comments