Merge pull request #632 from hakandilek/master

build image updated to ubuntu:18.10
This commit is contained in:
Daniel J Walsh 2019-04-25 06:24:47 -04:00 committed by GitHub
commit 5581c62a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM ubuntu:17.10
FROM ubuntu:18.10
RUN apt-get update && apt-get install -y \
golang \