From c71c0aae291e2b7f8da08ca44384c9ded2ade278 Mon Sep 17 00:00:00 2001 From: Rathorian Date: Tue, 17 Oct 2017 20:08:40 +0200 Subject: [PATCH] Update PrivateBin v1.1.1 (#247) --- privatebin/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/privatebin/Dockerfile b/privatebin/Dockerfile index e4c33a0..7c1f888 100644 --- a/privatebin/Dockerfile +++ b/privatebin/Dockerfile @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php -ARG PRIVATEBIN_VER=1.1 +ARG PRIVATEBIN_VER=1.1.1 ENV GID=991 UID=991 \ UPLOAD_MAX_SIZE=10M \ @@ -25,6 +25,6 @@ EXPOSE 8888 LABEL maintainer="Wonderfall " \ description="A minimalist, open source online pastebin where the server has zero knowledge of pasted data" \ - version="PrivateBin 1.1" + version="PrivateBin 1.1.1" CMD ["run.sh"]