diff --git a/for_build/ubuntu/Dockerfile b/for_build/ubuntu/Dockerfile
index dc744d2d7980b3e6ba4f23f49b0d433aa761b3bd..f9ea3d312f1205bee1af31808abbd0ab3a340dfc 100644
--- a/for_build/ubuntu/Dockerfile
+++ b/for_build/ubuntu/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:16.04
+from ubuntu:latest
 
 # Update apt-get packages
 RUN apt-get update &&\