From da3edea0ea7993df557814fb84f935c510f377da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:02:04 +0000 Subject: [PATCH] chore(deps): update alfhou/hammond docker tag to v0.0.22 (#1966) --- apps/hammond/config.json | 13 +++++++++---- apps/hammond/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/hammond/config.json b/apps/hammond/config.json index e0eabeec..f570aa51 100644 --- a/apps/hammond/config.json +++ b/apps/hammond/config.json @@ -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" + ] } diff --git a/apps/hammond/docker-compose.yml b/apps/hammond/docker-compose.yml index ca7d0608..ed30edd8 100644 --- a/apps/hammond/docker-compose.yml +++ b/apps/hammond/docker-compose.yml @@ -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: