chore(deps): update privatebin/nginx-fpm-alpine docker tag to v1.6.1 (#1749)
This commit is contained in:
parent
bb2c0f921b
commit
390a68d01b
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8122,
|
"port": 8122,
|
||||||
"id": "privatebin",
|
"id": "privatebin",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
@ -17,5 +17,8 @@
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"uid": 65534,
|
"uid": 65534,
|
||||||
"gid": 82,
|
"gid": 82,
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
privatebin:
|
privatebin:
|
||||||
image: privatebin/nginx-fpm-alpine:1.6.0
|
image: privatebin/nginx-fpm-alpine:1.6.1
|
||||||
container_name: privatebin
|
container_name: privatebin
|
||||||
dns:
|
dns:
|
||||||
- ${DNS_IP}
|
- ${DNS_IP}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user