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