chore(deps): update alfhou/hammond docker tag to v0.0.22 (#1966)

This commit is contained in:
renovate[bot] 2024-01-04 14:02:04 +00:00 committed by GitHub
parent 40f56610c1
commit da3edea0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -5,9 +5,11 @@
"available": true,
"exposable": true,
"id": "hammond",
"tipi_version": 3,
"version": "0.0.21",
"categories": ["utilities"],
"tipi_version": 4,
"version": "0.0.22",
"categories": [
"utilities"
],
"description": "Self hosted vehicle and expense management system. Like Clarkson, but better",
"short_desc": "Self hosted vehicle and expense management system. Like Clarkson, but better",
"author": "Akhilrex, alfhou",
@ -20,5 +22,8 @@
"env_variable": "HAMMOND_TZ"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
hammond:
container_name: hammond
image: alfhou/hammond:v0.0.21
image: alfhou/hammond:v0.0.22
ports:
- ${APP_PORT}:3000
volumes: