build image updated to ubuntu:18.10

fixes #621

Signed-off-by: Hakan Dilek <hakandilek@gmail.com>
This commit is contained in:
Hakan Dilek 2019-04-17 11:46:48 +02:00
parent e255ccc145
commit b2934e7cf6

View File

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