diff --git a/apps/privatebin/config.json b/apps/privatebin/config.json index 0119bea5..37c482c4 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -5,11 +5,9 @@ "exposable": true, "port": 8122, "id": "privatebin", - "tipi_version": 9, - "version": "1.7.2", - "categories": [ - "utilities" - ], + "tipi_version": 10, + "version": "1.7.3", + "categories": ["utilities"], "description": "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.", "short_desc": "A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.", "author": "PrivateBin", @@ -17,8 +15,5 @@ "form_fields": [], "uid": 65534, "gid": 82, - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/privatebin/docker-compose.yml b/apps/privatebin/docker-compose.yml index 96550b07..b4e594d8 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.2 + image: privatebin/nginx-fpm-alpine:1.7.3 container_name: privatebin dns: - ${DNS_IP}