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