chore(deps): update glanceapp/glance docker tag to v0.5.0 (#3642)

This commit is contained in:
renovate[bot] 2024-06-03 13:24:08 +00:00 committed by GitHub
parent adf03662d4
commit 3d42b3ec3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "glance",
"tipi_version": 2,
"version": "v0.4.0",
"tipi_version": 3,
"version": "0.5.0",
"categories": ["utilities"],
"description": "A self-hosted dashboard that puts all your feeds in one place",
"short_desc": "Super configurable dashboard",

View File

@ -1,7 +1,7 @@
{
"services": [
{
"image": "glanceapp/glance:v0.4.0",
"image": "glanceapp/glance:v0.5.0",
"name": "glance",
"internalPort": 8080,
"isMain": true,

View File

@ -1,7 +1,7 @@
version: "3.9"
services:
glance:
image: glanceapp/glance:v0.4.0
image: glanceapp/glance:v0.5.0
restart: unless-stopped
container_name: glance
ports: