mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Use latest node container.
This commit is contained in:
parent
996fcabcc1
commit
df9ba592d7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:alpine3.12
|
||||
FROM node:latest
|
||||
WORKDIR /tmp
|
||||
RUN npm i etherpad-cli-client
|
||||
COPY ./src/tests/ratelimit/send_changesets.js /tmp/send_changesets.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue