Skip to content

Commit

Permalink
docker: freeze node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Oct 25, 2024
1 parent 10b4be7 commit 57d107d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN npm --workspace=discojs --workspace=discojs-node run build
COPY server/ server/
RUN cd server/ && npm run build

FROM node:slim AS runner
# TODO freeze to 22 until tfjs#8425 is merged
FROM node:22-slim AS runner

WORKDIR /disco

Expand Down

0 comments on commit 57d107d

Please sign in to comment.