Merge pull request #522 from carimatics/master

Fix Release file not found error when execute docker build command.
This commit is contained in:
Eric Fischer 2018-01-31 07:13:57 -08:00 committed by GitHub
commit e2a34929d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Start from ubuntu
FROM ubuntu:17.04
FROM ubuntu:16.04
# Update repos and install dependencies
RUN apt-get update \