chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.7.3 (#3525)

This commit is contained in:
renovate[bot] 2024-05-21 05:38:05 +00:00 committed by GitHub
parent 8cc56b1dd9
commit 8f7f4fb576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -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"]
}

View File

@ -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}