From 23e75756f417076afb0b1999eb8d2d3a1456fe84 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 21 Nov 2019 00:36:24 +0100 Subject: [PATCH] Dockerfile: Update from ubuntu 19.04 to 19.10 --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index c6e7e3d4c..b673c3b91 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -4,7 +4,7 @@ # docker push termux/package-builder # This is done after changing this file or any of the # scripts/setup-{ubuntu,android-sdk}.sh setup scripts. -FROM ubuntu:19.04 +FROM ubuntu:19.10 # Fix locale to avoid warnings: ENV LANG C.UTF-8