bitsnaps commited on
Commit
a43e129
·
verified ·
1 Parent(s): ed616f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
4
 
5
  #COPY package.json ./package.json
6
 
7
- RUN npm i playwright@1.41.2
8
  RUN npm i web-locks
9
  RUN npm i ws
10
  RUN npm i user-agents
 
4
 
5
  #COPY package.json ./package.json
6
 
7
+ RUN npm i playwright@1.55.0
8
  RUN npm i web-locks
9
  RUN npm i ws
10
  RUN npm i user-agents