mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
chore(image): Update Debian base image to Debian 11 "Bullseye" (#2116)
This commit is contained in:
parent
e92ecd04b4
commit
8a47e7db11
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/debian:buster-slim
|
||||
FROM docker.io/debian:11-slim
|
||||
|
||||
ARG VCS_VER
|
||||
ARG VCS_REF
|
||||
|
@ -38,8 +38,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# -----------------------------------------------
|
||||
|
||||
RUN \
|
||||
# Backport repo for dovecot-fts-xapian package. This can be removed once Debian 11 is used as base image.
|
||||
echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/buster-backports.list && \
|
||||
apt-get -qq update && \
|
||||
apt-get -qq install apt-utils 2>/dev/null && \
|
||||
apt-get -qq dist-upgrade && \
|
||||
|
|
Loading…
Reference in a new issue