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 <info@hoellen.eu>" \
       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