chore(deps): update shaneisrael/fireshare docker tag to v1.2.12 (#730)

This commit is contained in:
renovate[bot] 2023-06-22 02:31:04 +00:00 committed by GitHub
parent dac07c8d21
commit ae60700b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "fireshare", "id": "fireshare",
"tipi_version": 4, "tipi_version": 5,
"version": "1.2.11", "version": "1.2.12",
"categories": ["development"], "categories": [
"development"
],
"description": "Self host your media and share with unique links. Share your game clips, videos, or other media via unique links.", "description": "Self host your media and share with unique links. Share your game clips, videos, or other media via unique links.",
"short_desc": "Self host your media and share with unique links", "short_desc": "Self host your media and share with unique links",
"author": "https://github.com/ShaneIsrael", "author": "https://github.com/ShaneIsrael",

View File

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