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

This commit is contained in:
2025-08-08 23:02:47 +00:00
parent d4717dd6d2
commit 15722ca7a4
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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