From 5c705dc19705b272d3331af6d8fa0171a1356c22 Mon Sep 17 00:00:00 2001 From: yohan-b Date: Sun, 31 Mar 2024 18:34:09 +0200 Subject: [PATCH] Upgrade to Debian bullseye. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 694c9da..3c7c698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch +FROM debian:bullseye MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get -y install apache2