mirror of https://github.com/status-im/consul.git
Updates builder to newer Ubuntu version.
This commit is contained in:
parent
cfdc0f5064
commit
8d3ff051aa
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue