chore(deps): update shaneisrael/fireshare docker tag to v1.2.15 (#1699)

This commit is contained in:
renovate[bot] 2023-11-27 22:54:55 +00:00 committed by GitHub
parent 11eab90f9a
commit 4947485c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "fireshare", "id": "fireshare",
"tipi_version": 7, "tipi_version": 8,
"version": "1.2.14", "version": "1.2.15",
"categories": [ "categories": [
"development" "development"
], ],
@ -38,5 +38,8 @@
"env_variable": "FIRESHARE_PASSWORD" "env_variable": "FIRESHARE_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
fireshare: fireshare:
container_name: fireshare container_name: fireshare
image: shaneisrael/fireshare:v1.2.14 image: shaneisrael/fireshare:v1.2.15
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
volumes: volumes: