From befbba9d55b42658c531fabd83017a2c793820fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:04:31 +0000 Subject: [PATCH 1/2] chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.7.6 --- apps/privatebin/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/privatebin/docker-compose.yml b/apps/privatebin/docker-compose.yml index 0f705b899b..4aba651f44 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.5 + image: privatebin/nginx-fpm-alpine:1.7.6 container_name: privatebin dns: - ${DNS_IP} From be75f55ad5cefcb1fc439e1d81348e7d1d7cd07b Mon Sep 17 00:00:00 2001 From: Tipi CI Date: Sat, 1 Feb 2025 22:05:07 +0000 Subject: [PATCH 2/2] Update app version [ready] --- apps/privatebin/config.json | 6 +++--- apps/privatebin/docker-compose.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/privatebin/config.json b/apps/privatebin/config.json index 8550fdda65..986971adb7 100644 --- a/apps/privatebin/config.json +++ b/apps/privatebin/config.json @@ -6,8 +6,8 @@ "dynamic_config": true, "port": 8122, "id": "privatebin", - "tipi_version": 13, - "version": "1.7.5", + "tipi_version": 14, + "version": "1.7.6", "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.", @@ -18,5 +18,5 @@ "gid": 82, "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1736282093497 + "updated_at": 1738447505000 } diff --git a/apps/privatebin/docker-compose.json b/apps/privatebin/docker-compose.json index 9fc2c4f550..e2c816f165 100644 --- a/apps/privatebin/docker-compose.json +++ b/apps/privatebin/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "privatebin", - "image": "privatebin/nginx-fpm-alpine:1.7.5", + "image": "privatebin/nginx-fpm-alpine:1.7.6", "isMain": true, "internalPort": 8080, "volumes": [