File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ RUN apt-get install -y -q --install-recommends --no-install-suggests \
4141 && chmod +x /usr/bin/ttyd \
4242 && mkdir -p /etc/crowdsec \
4343 && mkdir -p /var/lib/crowdsec
44- RUN echo "deb http://deb.debian.org/debian bullseye -backports main" >> /etc/apt/sources.list \
45- && apt-get update && apt-get install -t bullseye -backports -y libsystemd0
44+ RUN echo "deb http://deb.debian.org/debian bookworm -backports main" >> /etc/apt/sources.list \
45+ && apt-get update && apt-get install -t bookworm -backports -y libsystemd0
4646# Add alias until env variables will be supported by crowdsec.
4747RUN echo 'alias cscli="cscli -c /config/.storage/crowdsec/config/config.yaml"' > /root/.bashrc
4848
Original file line number Diff line number Diff line change 11build_from :
2- amd64 : " ghcr.io/home-assistant/amd64-base-debian:bullseye "
3- armhf : " ghcr.io/home-assistant/armhf-base-debian:bullseye "
4- aarch64 : " ghcr.io/home-assistant/aarch64-base-debian:bullseye "
5- armv7 : " ghcr.io/home-assistant/armv7-base-debian:bullseye "
6- i386 : " ghcr.io/home-assistant/i386-base-debian:bullseye "
2+ amd64 : " ghcr.io/home-assistant/amd64-base-debian:bookworm "
3+ armhf : " ghcr.io/home-assistant/armhf-base-debian:bookworm "
4+ aarch64 : " ghcr.io/home-assistant/aarch64-base-debian:bookworm "
5+ armv7 : " ghcr.io/home-assistant/armv7-base-debian:bookworm "
6+ i386 : " ghcr.io/home-assistant/i386-base-debian:bookworm "
77labels :
88 org.opencontainers.image.title : " Home Assistant Add-on: Crowdsec add-on"
99 org.opencontainers.image.description : " CrowdSec - the open-source and participative IPS."
You can’t perform that action at this time.
0 commit comments