Skip to content
Snippets Groups Projects
Commit 7a13673e authored by nimrod's avatar nimrod
Browse files

Update Dovecot image to Debian Bullseye.

parent ec662060
No related branches found
No related tags found
No related merge requests found
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment