diff --git a/Dockerfile b/Dockerfile index 9b5dcc6..e0c0645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.3 +FROM alpine:3.23.3 LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="quay.io/wollud1969/exim-docker" @@ -25,7 +25,6 @@ WORKDIR /etc/exim EXPOSE 25 CMD [ "./start.sh" ] -#CMD [ "/usr/bin/m4 exim.conf.m4 > exim.conf && /usr/sbin/exim -bd -q15m -v" ]