diff --git a/build-images.sh b/build-images.sh index 637786186..4010db5be 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.1.17) +container=$(buildah from ghcr.io/nethesis/nethvoice-cti:0.2.0) # Commit the image buildah commit "${container}" "${repobase}/${reponame}"