From 01212cc239a6b1d96213c728d4d535b513a72127 Mon Sep 17 00:00:00 2001 From: yohan <783b8c87@scimetis.net> Date: Fri, 4 Aug 2023 18:54:43 +0200 Subject: [PATCH] Upgrade Debian version to old stable (11 Bullseye). Debian 12 does not work with Centos 8 (libseccomp too old). --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c14c73b..f9b758e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:bullseye MAINTAINER yohan <783b8c87@scimetis.net> ENV DEBIAN_FRONTEND noninteractive ENV TZ Europe/Paris