test/base_docker_box/Dockerfile in taperole-1.6.0 vs test/base_docker_box/Dockerfile in taperole-1.7.0

- old
+ new

@@ -1,6 +1,6 @@ # Start with the ubuntu image -FROM ubuntu +FROM ubuntu:16.04 CMD ["bash"] # Update apt cache RUN apt-get -y update