From 5ba9babd2ba86f40f145babc9cb418c30d468522 Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Mon, 4 May 2020 20:06:00 +0100 Subject: [PATCH] Update Dockerfile For some reason, 18.10 couldn't find its package repository during apt-get update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65ea7dcb..d4d65a76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # cd pyblish-qml # docker run --rm -v $(pwd):/pyblish-qml pyblish/pyblish-qml -FROM ubuntu:18.10 +FROM ubuntu:18.04 MAINTAINER marcus@abstractfactory.io