diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 14:02:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 14:02:50 +0200 |
commit | 6716687fd7d15867d9b43d1560515f29f8260e95 (patch) | |
tree | b15f796e42edef2d0134dfbb6dd7047e92aa9397 /app/email/build/dovecot/Dockerfile | |
parent | a2a25e2ea41a4ee24440638c754966a56f8ca958 (diff) | |
download | infrastructure-6716687fd7d15867d9b43d1560515f29f8260e95.tar.gz infrastructure-6716687fd7d15867d9b43d1560515f29f8260e95.zip |
Finally fix dovecot
Diffstat (limited to 'app/email/build/dovecot/Dockerfile')
-rw-r--r-- | app/email/build/dovecot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/email/build/dovecot/Dockerfile b/app/email/build/dovecot/Dockerfile index 9b87627..8e57c57 100644 --- a/app/email/build/dovecot/Dockerfile +++ b/app/email/build/dovecot/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/debian:stretch +FROM amd64/debian:bullseye RUN apt-get update && \ apt-get install -y \ |