diff --git a/apps/privatebin/config.json b/apps/privatebin/config.json index c204e373..0119bea5 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8122, "id": "privatebin", - "tipi_version": 8, - "version": "1.7.1", + "tipi_version": 9, + "version": "1.7.2", "categories": [ "utilities" ], diff --git a/apps/privatebin/docker-compose.yml b/apps/privatebin/docker-compose.yml index c538613d..96550b07 100644 --- a/apps/privatebin/docker-compose.yml +++ b/apps/privatebin/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: privatebin: - image: privatebin/nginx-fpm-alpine:1.7.1 + image: privatebin/nginx-fpm-alpine:1.7.2 container_name: privatebin dns: - ${DNS_IP}