From 31738f58bcba96cb35c0355990799b85d59935a3 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 7 Aug 2017 18:55:35 +0200 Subject: [PATCH] cryptpad: 1.12.0 --- cryptpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptpad/Dockerfile b/cryptpad/Dockerfile index 45ffe13..3d97370 100644 --- a/cryptpad/Dockerfile +++ b/cryptpad/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.11.0 +ARG VERSION=1.12.0 ENV UID=991 GID=991