Changed the container base OS from debian:11-slim to debian:stable-slim
authorArt Cancro <ajc@citadel.org>
Sun, 22 Aug 2021 18:09:08 +0000 (14:09 -0400)
committerArt Cancro <ajc@citadel.org>
Sun, 22 Aug 2021 18:09:08 +0000 (14:09 -0400)
Dockerfile

index ad5ee2b46ba5a9edae4d1b43f06eb5c34e3e0b71..7f9cd25f0505c307974ae448931b3f3777af45af 100644 (file)
@@ -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