From f698c17e4c451b625f6139dfa37fb57953c11a1a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 29 Jul 2017 20:26:41 +0200 Subject: [PATCH] cryptpad: update --- cryptpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptpad/Dockerfile b/cryptpad/Dockerfile index 9e092ad..45ffe13 100644 --- a/cryptpad/Dockerfile +++ b/cryptpad/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.10.1 +ARG VERSION=1.11.0 ENV UID=991 GID=991