From b5df28c0f21366c971f2af81e575c506c659a593 Mon Sep 17 00:00:00 2001 From: Edoardo Spadoni Date: Fri, 17 Jan 2025 17:43:53 +0100 Subject: [PATCH] chore(deps): update ghcr.io/nethesis/nethvoice-cti docker tag to v0.3.0 (#362) Reference: https://github.com/NethServer/dev/issues/7267 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 647149c71..4cac0eeef 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.8) +container=$(buildah from ghcr.io/nethesis/nethvoice-cti:0.3.0) # Commit the image buildah commit "${container}" "${repobase}/${reponame}"