From 8f7f4fb5763df1dd9f2be294fca44be1b5b46fef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:38:05 +0000 Subject: [PATCH] chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.7.3 (#3525) --- apps/privatebin/config.json | 13 ++++--------- apps/privatebin/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) 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}