From 4d7114b71de5aad1122345d3c97f156ceb69622c Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 27 Oct 2022 09:52:46 +0300 Subject: [PATCH] Add note about docker-engine --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8b6dc5..354183ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,6 +103,8 @@ #### Docker +* Update base image to `ubuntu:22.04`. Please update `docker-engine` + to latest stable version (`20.10.21` as of writing this doc) * Fix build of image (Bug #59310)([Docker-DocumentServer#506](https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/506)) #### Integration Example