From 8d729b672ab273f6546b6d7e432e0a679a9e7ede Mon Sep 17 00:00:00 2001 From: Edoardo Spadoni Date: Wed, 22 Jan 2025 10:48:56 +0100 Subject: [PATCH] chore(deps): update ghcr.io/nethesis/nethvoice-cti docker tag to v0.3.2 NethServer/dev#7267 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index c02d72eca..743085b5a 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.3.1) +container=$(buildah from ghcr.io/nethesis/nethvoice-cti:0.3.2) # Commit the image buildah commit "${container}" "${repobase}/${reponame}"