[privatebin] update to 1.2

This commit is contained in:
hoellen 2018-07-22 12:20:38 +02:00
parent 56a58b2047
commit d91eff125b
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM hoellen/nginx-php FROM hoellen/nginx-php
ARG PRIVATEBIN_VER=1.1.1 ARG PRIVATEBIN_VER=1.2
ENV GID=991 UID=991 \ ENV GID=991 UID=991 \
UPLOAD_MAX_SIZE=10M \ UPLOAD_MAX_SIZE=10M \
@ -28,6 +28,6 @@ EXPOSE 8888
LABEL maintainer="hoellen <info@hoellen.eu>" \ LABEL maintainer="hoellen <info@hoellen.eu>" \
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.1" version="PrivateBin 1.2"
CMD ["run.sh"] CMD ["run.sh"]

View File

@ -5,7 +5,7 @@ Paste securely.
#### Features #### Features
- Based on Alpine Linux (hoellen/nginx-php image) - Based on Alpine Linux (hoellen/nginx-php image)
- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido. - Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
- Bundled with nginx and PHP7.1. - Bundled with nginx and PHP7.2
#### Build-time variables #### Build-time variables
- **PRIVATEBIN_VER** : version of PrivateBin - **PRIVATEBIN_VER** : version of PrivateBin