Bump alpine version of netfilter

Bump alpine from 3.21 to 3.23. Closes #7059
This commit is contained in:
Johan M. von Behren 2026-02-13 14:26:27 +01:00
parent 885ba2510e
commit c7e04b4146
No known key found for this signature in database

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"]