Bug 1212

Change-Id: Ibc5da0e568f4b856146ecaca6fdce4ea7417208b
Signed-off-by: magnussonl <lars-goran.magnusson@arctoslabs.com>
diff --git a/Dockerfile b/Dockerfile
index 234679c..64e8f27 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM ubuntu:16.04
+FROM ubuntu:18.04
 
 RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install git tox make python3 python3-pip python-all && \