Update PrivateBin v1.1.1 (#247)

This commit is contained in:
Rathorian 2017-10-17 20:08:40 +02:00 committed by Wonderfall
parent e4318970fb
commit c71c0aae29

View File

@ -1,6 +1,6 @@
FROM wonderfall/nginx-php FROM wonderfall/nginx-php
ARG PRIVATEBIN_VER=1.1 ARG PRIVATEBIN_VER=1.1.1
ENV GID=991 UID=991 \ ENV GID=991 UID=991 \
UPLOAD_MAX_SIZE=10M \ UPLOAD_MAX_SIZE=10M \
@ -25,6 +25,6 @@ EXPOSE 8888
LABEL maintainer="Wonderfall <wonderfall@targaryen.house>" \ LABEL maintainer="Wonderfall <wonderfall@targaryen.house>" \
description="A minimalist, open source online pastebin where the server has zero knowledge of pasted data" \ 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"] CMD ["run.sh"]