From 99825c9a08dc50a0db79eff8cc774cd6f3ad7223 Mon Sep 17 00:00:00 2001 From: meeb Date: Fri, 15 Oct 2021 20:18:03 +1100 Subject: [PATCH] switch container base to Debian bullseye, resolves #175 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95dc4ce..7e5e0f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim +FROM debian:bullseye-slim ARG ARCH="amd64" ARG S6_VERSION="2.2.0.3"