From adfcd9e31a311ff75d63aadf0da1b570403f193f Mon Sep 17 00:00:00 2001 From: hoellen Date: Mon, 23 Sep 2019 05:30:19 +0200 Subject: [PATCH] update Privatebin to 1.3.1 --- privatebin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privatebin/Dockerfile b/privatebin/Dockerfile index 927dc6e..c36f23e 100644 --- a/privatebin/Dockerfile +++ b/privatebin/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php -ARG PRIVATEBIN_VER=1.3 +ARG PRIVATEBIN_VER=1.3.1 ENV GID=991 UID=991 \ UPLOAD_MAX_SIZE=10M \