From 0abae9692fa30071aa4760c9dd905bdc169989fc Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 22 Aug 2021 14:09:08 -0400 Subject: [PATCH] Changed the container base OS from debian:11-slim to debian:stable-slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad5ee2b..7f9cd25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # This container is built on MiniDeb, a stripped down version of Debian for use in containers. # Rehosting on another base Linux image is not expected to create compatibility issues. -FROM debian:11-slim +FROM debian:stable-slim # All long term persistent data goes here. Any volume driver may be used. VOLUME /citadel-data -- 2.30.2