feat: Bump to latest etherpad & node version

This commit is contained in:
Glenn Y. Rolland 2022-05-08 21:00:37 +02:00
parent 58a1320e7b
commit a850f2ceff

View file

@ -1,9 +1,9 @@
# Stable version of etherpad doesn't support npm 2 # Stable version of etherpad doesn't support npm 2
FROM node:16 FROM node:18.1
MAINTAINER Glenn Y. Rolland <glenux@glenux.net> MAINTAINER Glenn Y. Rolland <glenux@glenux.net>
ENV ETHERPAD_VERSION 1.8.13 ENV ETHERPAD_VERSION 1.8.18
# RUN = docker run ... + docker commit # RUN = docker run ... + docker commit
RUN apt-get update \ RUN apt-get update \