Update @types dependencies

Change-type: patch
This commit is contained in:
Pagan Gazzard
2024-04-29 16:28:12 +01:00
committed by Page-
parent 43e5713149
commit 4adf710520
3 changed files with 102 additions and 85 deletions

View File

@ -247,7 +247,7 @@ export function getHealthcheck(
): ServiceHealthcheck {
// get the image info healtcheck
const imageServiceHealthcheck = dockerHealthcheckToServiceHealthcheck(
_.get(imageInfo, 'Config.Healthcheck', null),
_.get(imageInfo, 'Config.Healthcheck'),
);
const composeServiceHealthcheck =
composeHealthcheckToServiceHealthcheck(composeHealthcheck);