From 0dae965a2d5278d312c70d0d11b6f2d662783e46 Mon Sep 17 00:00:00 2001 From: Anthony Bilinski Date: Wed, 27 Oct 2021 00:23:53 -0700 Subject: [PATCH] chore(docker): Update Ubuntu docker to 18.04 from 16.04 16.04 is EOL and unused/unsupported by the project. --- docker/Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 9b65aa4ff..cc0f4e445 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with qTox. If not, see -FROM ubuntu:16.04 +FROM ubuntu:18.04 ENV DEBIAN_FRONTEND=noninteractive