From: Art Cancro Date: Sun, 22 Aug 2021 18:09:08 +0000 (-0400) Subject: Changed the container base OS from debian:11-slim to debian:stable-slim X-Git-Url: https://code.citadel.org/?p=citadel-docker.git;a=commitdiff_plain;h=0abae9692fa30071aa4760c9dd905bdc169989fc Changed the container base OS from debian:11-slim to debian:stable-slim --- 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