Dockerfile: update base to debian:bullseye-slim (#2434)

Updates the image to have a newer build environment, which is required
for some of the maintainer scripts.

Increases the image size from 414 to 545 MB.
This commit is contained in:
Martin Weinelt 2022-08-31 01:40:01 +02:00 committed by GitHub
parent 5da06538b7
commit c84d8e1665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim FROM debian:bullseye-slim
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \