From 365aacb44ead0a100b8e1315ef22743bdf7f15f3 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 2 May 2018 23:01:29 +0200 Subject: [PATCH] Update to ubuntu 18.04 in docker image --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 49bcb07e..b2b91e02 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:17.10 +FROM ubuntu:18.04 # Fix locale to avoid warnings: ENV LANG C.UTF-8 -- 2.11.0