From 0437ad4852a13f416b541912f617764706ec0d65 Mon Sep 17 00:00:00 2001 From: floqqi Date: Fri, 17 Apr 2015 14:25:20 +0200 Subject: [PATCH] etherpad-lite: update to version 1.5.6 --- etherpad-lite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpad-lite/Dockerfile b/etherpad-lite/Dockerfile index 6b62bbb..a83fd40 100644 --- a/etherpad-lite/Dockerfile +++ b/etherpad-lite/Dockerfile @@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Tony Motakis -ENV ETHERPAD_VERSION 1.5.5 +ENV ETHERPAD_VERSION 1.5.6 RUN apt-get update && \ apt-get install -y curl unzip nodejs-legacy npm mysql-client && \