Commit 7a13673e authored by nimrod's avatar nimrod
Browse files

Update Dovecot image to Debian Bullseye.

parent ec662060
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM buildpack-deps:buster as delete_to_trash
FROM buildpack-deps:bullseye as delete_to_trash
# hadolint ignore=DL3008,DL3015
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive  apt-get install -y dovecot-dev && \
    git clone https://github.com/pali/dovecot_deleted_to_trash && \
    make -C dovecot_deleted_to_trash

FROM debian:buster-slim
FROM debian:bullseye-slim
# hadolint ignore=DL3008
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \