diff --git a/etherpad-lite/Dockerfile b/etherpad-lite/Dockerfile index a83fd40..28ccaa2 100644 --- a/etherpad-lite/Dockerfile +++ b/etherpad-lite/Dockerfile @@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Tony Motakis -ENV ETHERPAD_VERSION 1.5.6 +ENV ETHERPAD_VERSION 1.5.7 RUN apt-get update && \ apt-get install -y curl unzip nodejs-legacy npm mysql-client && \