summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMarco Marinello <me@marcomarinello.it>2021-11-17 20:18:06 +0100
committerAndras Timar <andras.timar@collabora.com>2021-11-18 07:43:24 +0100
commit4c1185be73aa7f549f688daed3a41f80c6e136e1 (patch)
tree31a86bfc9a215d554700a595c9770859b9b86e75 /docker
parentrename: loolwsd-systemplate-setup -> coolwsd-systemplate-setup (diff)
downloadonline-4c1185be73aa7f549f688daed3a41f80c6e136e1.tar.gz
online-4c1185be73aa7f549f688daed3a41f80c6e136e1.zip
Fix debian dockerfile
explicitly set buster as source since is now oldstable Signed-off-by: Marco Marinello <me@marcomarinello.it> Change-Id: I7153ad1ce61bc6fcd4862209a01a4f73e68b5aa5
Diffstat (limited to 'docker')
-rw-r--r--docker/from-source/Debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/from-source/Debian b/docker/from-source/Debian
index bc208a99b8..9fcb2734a4 100644
--- a/docker/from-source/Debian
+++ b/docker/from-source/Debian
@@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-FROM debian:stable
+FROM debian:buster
# get the latest fixes
# install LibreOffice run-time dependencies