Update ghcr.io/gethomepage/homepage Docker tag to v1.7.0 (#2103)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
lint-test-docker / docker-lint (push) Successful in 15s

This commit was merged in pull request #2103.
This commit is contained in:
2025-11-24 05:24:08 +00:00
parent 9d59f27c09
commit 9f9c9e49d2
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ homepage:
main:
image:
repository: ghcr.io/gethomepage/homepage
tag: v1.6.1
tag: v1.7.0
pullPolicy: IfNotPresent
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View File

@@ -15,7 +15,7 @@ homepage:
main:
image:
repository: ghcr.io/gethomepage/homepage
tag: v1.6.1
tag: v1.7.0
pullPolicy: IfNotPresent
env:
- name: HOMEPAGE_ALLOWED_HOSTS

View File

@@ -32,7 +32,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
homepage:
image: ghcr.io/gethomepage/homepage:v1.6.1
image: ghcr.io/gethomepage/homepage:v1.7.0
container_name: homepage
labels:
traefik.enable: true