chore(deps): update shaneisrael/fireshare docker tag to v1.2.15 (#1699)
This commit is contained in:
parent
11eab90f9a
commit
4947485c90
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "fireshare",
|
||||
"tipi_version": 7,
|
||||
"version": "1.2.14",
|
||||
"tipi_version": 8,
|
||||
"version": "1.2.15",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
@ -38,5 +38,8 @@
|
|||
"env_variable": "FIRESHARE_PASSWORD"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
fireshare:
|
||||
container_name: fireshare
|
||||
image: shaneisrael/fireshare:v1.2.14
|
||||
image: shaneisrael/fireshare:v1.2.15
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user