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