From 3b9ef2a8a50a725b298f59c0c91d0a4a981518bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:02:12 +0100 Subject: [PATCH] chore(deps): update ghcr.io/nethesis/nethvoice-cti docker tag to v0.2.1 (#336) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 4010db5be..99ce99389 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.0) +container=$(buildah from ghcr.io/nethesis/nethvoice-cti:0.2.1) # Commit the image buildah commit "${container}" "${repobase}/${reponame}"