diff --git a/apps/privatebin/config.json b/apps/privatebin/config.json index 9bfdc148..bc1d7986 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8122, "id": "privatebin", - "tipi_version": 5, - "version": "1.6.0", + "tipi_version": 6, + "version": "1.6.1", "categories": [ "utilities" ], @@ -17,5 +17,8 @@ "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 f32eeb36..77a01147 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.6.0 + image: privatebin/nginx-fpm-alpine:1.6.1 container_name: privatebin dns: - ${DNS_IP}