Downgrade node version
This commit is contained in:
parent
edb63a971c
commit
67328423b9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Stable version of etherpad doesn't support npm 2
|
||||
|
||||
FROM node:14-slim
|
||||
FROM node:12
|
||||
MAINTAINER Glenn Y. Rolland <glenux@glenux.net>
|
||||
|
||||
ENV ETHERPAD_VERSION 1.8.13
|
||||
|
|
Loading…
Reference in a new issue