From 3380ca5aa16c2cb0a9f207254fc51e929f4993b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:28:34 +0000 Subject: [PATCH] chore(deps): update ghcr.io/nethesis/nethvoice-cti docker tag to v0.2.2 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 99ce99389..08fd4f422 100644 --- a/build-images.sh +++ b/build-images.sh @@ -87,7 +87,7 @@ images+=("${repobase}/${reponame}") ## NethCTI Client ## ############################# reponame="nethvoice-cti-ui" -container=$(buildah from ghcr.io/nethesis/nethvoice-cti:0.2.1) +container=$(buildah from ghcr.io/nethesis/nethvoice-cti:0.2.2) # Commit the image buildah commit "${container}" "${repobase}/${reponame}"