chore(deps): update halohub/halo docker tag to v2.10.2 (#1515)

This commit is contained in:
renovate[bot] 2023-11-02 10:56:41 +00:00 committed by GitHub
parent 38303e9f51
commit f486f60130
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 @@
"exposable": true, "exposable": true,
"port": 8092, "port": 8092,
"id": "halo", "id": "halo",
"tipi_version": 11, "tipi_version": 12,
"version": "2.10.1", "version": "2.10.2",
"description": "Halo is a powerful and easy-to-use open source website building tool.", "description": "Halo is a powerful and easy-to-use open source website building tool.",
"short_desc": "Halo - Open source website building tool.", "short_desc": "Halo - Open source website building tool.",
"categories": [ "categories": [
@ -29,5 +29,8 @@
"env_variable": "HALO_EXTERNAL_URL" "env_variable": "HALO_EXTERNAL_URL"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
halo: halo:
image: halohub/halo:2.10.1 image: halohub/halo:2.10.2
container_name: halo container_name: halo
restart: unless-stopped restart: unless-stopped
depends_on: depends_on: