From 32d5ca876c7e262351273e53b44adbdf8d11c1b1 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 26 Aug 2017 13:35:12 +0200 Subject: [PATCH] cryptpad 1.13.0 --- cryptpad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptpad/Dockerfile b/cryptpad/Dockerfile index 3d97370..e3be830 100644 --- a/cryptpad/Dockerfile +++ b/cryptpad/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.12.0 +ARG VERSION=1.13.0 ENV UID=991 GID=991