From d91eff125b92b31e9f34479dd7b03f790a448b96 Mon Sep 17 00:00:00 2001 From: hoellen Date: Sun, 22 Jul 2018 12:20:38 +0200 Subject: [PATCH] [privatebin] update to 1.2 --- privatebin/Dockerfile | 4 ++-- privatebin/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/privatebin/Dockerfile b/privatebin/Dockerfile index acccfb2..9d20833 100644 --- a/privatebin/Dockerfile +++ b/privatebin/Dockerfile @@ -1,6 +1,6 @@ FROM hoellen/nginx-php -ARG PRIVATEBIN_VER=1.1.1 +ARG PRIVATEBIN_VER=1.2 ENV GID=991 UID=991 \ UPLOAD_MAX_SIZE=10M \ @@ -28,6 +28,6 @@ EXPOSE 8888 LABEL maintainer="hoellen " \ 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"] diff --git a/privatebin/README.md b/privatebin/README.md index 078154c..3b8fef7 100644 --- a/privatebin/README.md +++ b/privatebin/README.md @@ -5,7 +5,7 @@ Paste securely. #### Features - Based on Alpine Linux (hoellen/nginx-php image) - 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 - **PRIVATEBIN_VER** : version of PrivateBin