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 May 13, 2024
1 parent b1d141e commit 39115a6
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
@@ -1,4 +1,5 @@
FROM node:20
# waiting for nodejs/docker-node#2081
FROM node:20.12

COPY package*.json .
COPY isomorphic-wrtc/package.json isomorphic-wrtc/
Expand Down

0 comments on commit 39115a6

Please sign in to comment.