about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1dde3fa3c..9c106f83e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:stretch as build-dep
+FROM ubuntu:18.04 as build-dep
 
 # Use bash for the shell
 SHELL ["bash", "-c"]