about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorreverite <samantha@chalker.io>2019-06-27 16:38:54 -0700
committerreverite <samantha@chalker.io>2019-06-27 16:38:54 -0700
commit60bee8036a093cb879400888f1257d2a703c1354 (patch)
tree7f8112989f9583144565eb5a71893bc293ac2b94 /Dockerfile
parent9540fb5518dcda023ffc747367b2303a5c469b07 (diff)
Retry
Diffstat (limited to 'Dockerfile')
-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"]