small dep updates/fix logrotate

This commit is contained in:
Zoey2936
2024-03-04 12:33:16 +00:00
committed by Zoey
parent 1629301aef
commit 727e776a47
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ RUN apk upgrade --no-cache -a && \
FROM --platform="$BUILDPLATFORM" alpine:3.19.1 as crowdsec
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG CSNB_VER=v1.0.7
ARG CSNB_VER=v1.0.8
WORKDIR /src
RUN apk upgrade --no-cache -a && \