From b67a113fd6bb04c814e7f32097f5cf9a59587ecc Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 19 Mar 2024 11:00:16 +0100 Subject: [PATCH] Update crowdsec image version to v1.5.4-debian --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index f93b6e7..094c559 100644 --- a/build-images.sh +++ b/build-images.sh @@ -34,7 +34,7 @@ buildah add "${container}" ui/dist /ui buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=" \ --label="org.nethserver.rootfull=1" \ - --label="org.nethserver.images=docker.io/crowdsecurity/crowdsec:v1.6.0-debian" \ + --label="org.nethserver.images=docker.io/crowdsecurity/crowdsec:v1.5.4-debian" \ --label="org.nethserver.tcp-ports-demand=2" \ "${container}" # Commit the image