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}"