Update to ubuntu 18.04 in docker image
[termux-packages] / scripts / Dockerfile
index 49bcb07..b2b91e0 100644 (file)
@@ -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