Skip to content

Commit

Permalink
docker: also fix builder version
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Jan 8, 2025
1 parent 6524490 commit 12248cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:slim AS builder
# TODO freeze to 22 until tfjs#8425 is merged
FROM node:22 AS builder

WORKDIR /disco

Expand All @@ -16,7 +17,6 @@ RUN npm --workspace=discojs --workspace=discojs-node run build
COPY server/ server/
RUN cd server/ && npm run build

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

WORKDIR /disco
Expand Down

0 comments on commit 12248cb

Please sign in to comment.