diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 3525d23dd..b7f0b4e34 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:18.04
+FROM ubuntu:18.10
 
 # Fix locale to avoid warnings:
 ENV LANG C.UTF-8