chore(image): Update Debian base image to Debian 11 "Bullseye" (#2116)

This commit is contained in:
Georg Lauterbach 2021-12-10 23:24:46 +01:00 committed by GitHub
parent e92ecd04b4
commit 8a47e7db11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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 && \