Skip to content

Commit

Permalink
fix(BOUN-1003): update bouncer, config
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Jan 24, 2024
1 parent 8de0772 commit 2c87214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ic-os/boundary-guestos/rootfs/Dockerfile.base
Expand Up @@ -26,8 +26,8 @@ ARG snp_kernel_libc_host=linux-libc-dev_${snp_kernel_version_host}-1_amd64.deb
ARG snp_kernel_libc_guest=linux-libc-dev_${snp_kernel_version_guest}-1_amd64.deb

# Crowdsec bouncer version to install
ARG CROWDSEC_BOUNCER_VERSION=1.0.13
ARG CROWDSEC_BOUNCER_SHA=d6b8db252fdd36cc9597d9494e076a37082ddebeec26ad36932c09023077772b
ARG CROWDSEC_BOUNCER_VERSION=1.0.14
ARG CROWDSEC_BOUNCER_SHA=c99919c6ecc69904249ff71b32ea791ce2eec32e5a9e8d4c9c6554131a4fb331

# Vector version to install
ARG VECTOR_VERSION=0.35.0
Expand Down
Expand Up @@ -8,9 +8,6 @@ log_level: info
api_url: {API_URL}
api_key: {API_KEY}

supported_decisions_types:
- ban

blacklists_ipv4: crowdsec
blacklists_ipv6: crowdsec6

Expand Down

0 comments on commit 2c87214

Please sign in to comment.