Update test image and binaries
This commit is contained in:
parent
991f95f6bf
commit
73be06960e
6 changed files with 9 additions and 10 deletions
|
|
@ -56,7 +56,7 @@ RUN curl -L https://storage.googleapis.com/etcd/${ETCD_VERSION}/etcd-${ETCD_VERS
|
|||
&& rm -rf /tmp/etcd-download
|
||||
|
||||
# install go
|
||||
ENV GO_VERSION 1.12.5
|
||||
ENV GO_VERSION 1.12.6
|
||||
ENV GO_TARBALL "go${GO_VERSION}.linux-amd64.tar.gz"
|
||||
RUN wget -q "https://storage.googleapis.com/golang/${GO_TARBALL}" && \
|
||||
tar xzf "${GO_TARBALL}" -C /usr/local && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue