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