From 92a3cf9147b7e5e0b855507a4c2f492c359b3661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:34:48 +0100 Subject: [PATCH] chore(deps): update ghcr.io/nethesis/nethvoice-cti docker tag to v0.3.3 (#378) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 743085b5a..d6fdb0bd3 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.3.2) +container=$(buildah from ghcr.io/nethesis/nethvoice-cti:0.3.3) # Commit the image buildah commit "${container}" "${repobase}/${reponame}"