Loading Dockerfile +2 −1 Original line number Diff line number Diff line FROM debian:bookworm as entrypoint FROM debian:bookworm LABEL org.opencontainers.image.title="Dovecot" LABEL org.opencontainers.image.description="A popular mailbox server with LMTP and SASL" Loading @@ -10,3 +10,4 @@ ARG DOVECOT_VERSION=">=1:2.3.19,<<1:2.3.20" RUN --mount=source=install.bash,target=/install /install "${DOVECOT_VERSION}" COPY dovecot.conf /etc/dovecot/ CMD ["/usr/sbin/dovecot", "-F"] Loading
Dockerfile +2 −1 Original line number Diff line number Diff line FROM debian:bookworm as entrypoint FROM debian:bookworm LABEL org.opencontainers.image.title="Dovecot" LABEL org.opencontainers.image.description="A popular mailbox server with LMTP and SASL" Loading @@ -10,3 +10,4 @@ ARG DOVECOT_VERSION=">=1:2.3.19,<<1:2.3.20" RUN --mount=source=install.bash,target=/install /install "${DOVECOT_VERSION}" COPY dovecot.conf /etc/dovecot/ CMD ["/usr/sbin/dovecot", "-F"]