From 042fa773574088461077b923023728ca2722907e Mon Sep 17 00:00:00 2001 From: carimatics Date: Tue, 30 Jan 2018 23:49:34 +0900 Subject: [PATCH] Fix Release file not found error when execute docker build command. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a9e5e1..1df89e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from ubuntu -FROM ubuntu:17.04 +FROM ubuntu:16.04 # Update repos and install dependencies RUN apt-get update \