mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-11 04:11:21 +00:00
[docker] bump golang version to 1.8.3
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.7.4
|
FROM golang:1.8.3
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
zip \
|
zip \
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# Pull base image.
|
FROM golang:1.8.3
|
||||||
FROM golang:1.7.4
|
|
||||||
|
|
||||||
# Add testing deps for curl
|
# Add testing deps for curl
|
||||||
RUN echo 'deb http://httpredir.debian.org/debian testing main non-free contrib' >> /etc/apt/sources.list
|
RUN echo 'deb http://httpredir.debian.org/debian testing main non-free contrib' >> /etc/apt/sources.list
|
||||||
@ -9,7 +8,7 @@ RUN apt-get update && \
|
|||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
jq bsdmainutils vim-common psmisc netcat curl
|
jq bsdmainutils vim-common psmisc netcat curl
|
||||||
|
|
||||||
# Setup tendermint repo
|
# Setup tendermint repo
|
||||||
ENV REPO $GOPATH/src/github.com/tendermint/tendermint
|
ENV REPO $GOPATH/src/github.com/tendermint/tendermint
|
||||||
WORKDIR $REPO
|
WORKDIR $REPO
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user