Merge pull request #7060 from jovobe/staging

Bump alpine version of netfilter
This commit is contained in:
FreddleSpl0it 2026-03-03 14:06:01 +01:00 committed by GitHub
commit 579542381a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.23
LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
@ -40,4 +40,4 @@ COPY ./docker-entrypoint.sh /app/
RUN chmod +x /app/docker-entrypoint.sh
CMD ["/bin/sh", "-c", "/app/docker-entrypoint.sh"]
CMD ["/bin/sh", "-c", "/app/docker-entrypoint.sh"]