chore: update coraza, crowdsec && monitoring dependencies versions

This commit is contained in:
2025-07-09 00:10:25 -03:00
parent 925cf377c7
commit 2d182eaf9c
3 changed files with 6 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ FROM caddy:builder AS builder
# Install xcaddy and build Caddy with plugins # Install xcaddy and build Caddy with plugins
RUN xcaddy build \ RUN xcaddy build \
--with github.com/corazawaf/coraza-caddy/v2@v2.0.0 \ --with github.com/corazawaf/coraza-caddy/v2@v2.1.0 \
--with github.com/hslatman/caddy-crowdsec-bouncer/http@v0.8.1 \ --with github.com/hslatman/caddy-crowdsec-bouncer/http@v0.9.2 \
--with github.com/mholt/caddy-l4 --with github.com/mholt/caddy-l4
# Stage to download OWASP CRS # Stage to download OWASP CRS

View File

@@ -1,6 +1,6 @@
services: services:
crowdsec: crowdsec:
image: crowdsecurity/crowdsec:v1.6.4 image: crowdsecurity/crowdsec:v1.6.9
container_name: crowdsec container_name: crowdsec
volumes: volumes:
- ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml - ./crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml

View File

@@ -1,7 +1,7 @@
services: services:
# PORT 9099 # PORT 9099
prometheus: prometheus:
image: prom/prometheus:v3.1.0 image: prom/prometheus:v3.4.2
container_name: prometheus container_name: prometheus
restart: always restart: always
volumes: volumes:
@@ -12,7 +12,7 @@ services:
# PORT 9100 # PORT 9100
node_exporter: node_exporter:
image: prom/node-exporter:v1.8.2 image: prom/node-exporter:v1.9.1
container_name: node-exporter container_name: node-exporter
restart: always restart: always
networks: networks:
@@ -20,7 +20,7 @@ services:
# PORT 8080 # PORT 8080
cadvisor: cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.49.2 image: gcr.io/cadvisor/cadvisor:v0.52.1
container_name: cadvisor container_name: cadvisor
volumes: volumes:
- /:/rootfs:ro - /:/rootfs:ro