From 6a627506dd60856e7ed03dd9baa508cc8c2d4750 Mon Sep 17 00:00:00 2001 From: hoellen Date: Sun, 22 Mar 2020 10:46:31 +0100 Subject: [PATCH] Update PrivateBin to 1.3.4 --- privatebin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privatebin/Dockerfile b/privatebin/Dockerfile index 479cee3..98c97cd 100644 --- a/privatebin/Dockerfile +++ b/privatebin/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php -ARG PRIVATEBIN_VER=1.3.3 +ARG PRIVATEBIN_VER=1.3.4 ENV GID=991 UID=991 \ UPLOAD_MAX_SIZE=10M \