chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.7.3 (#3525)
This commit is contained in:
parent
8cc56b1dd9
commit
8f7f4fb576
|
@ -5,11 +5,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8122,
|
"port": 8122,
|
||||||
"id": "privatebin",
|
"id": "privatebin",
|
||||||
"tipi_version": 9,
|
"tipi_version": 10,
|
||||||
"version": "1.7.2",
|
"version": "1.7.3",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"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.",
|
"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.",
|
"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",
|
"author": "PrivateBin",
|
||||||
|
@ -17,8 +15,5 @@
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"uid": 65534,
|
"uid": 65534,
|
||||||
"gid": 82,
|
"gid": 82,
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
privatebin:
|
privatebin:
|
||||||
image: privatebin/nginx-fpm-alpine:1.7.2
|
image: privatebin/nginx-fpm-alpine:1.7.3
|
||||||
container_name: privatebin
|
container_name: privatebin
|
||||||
dns:
|
dns:
|
||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user