Updates builder to newer Ubuntu version.

This commit is contained in:
James Phillips 2018-01-08 18:09:06 -08:00
parent 69c0b4bc38
commit dd358e2413
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:trusty
FROM ubuntu:bionic
ENV GOVERSION 1.9.2
@ -10,7 +10,8 @@ RUN apt-get update -y && \
git \
ruby \
ruby-dev \
zip && \
zip \
zlib1g-dev && \
gem install bundler
RUN mkdir /goroot && \