1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-04-15 05:28:52 +00:00

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

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