Skip to content

Commit

Permalink
test version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-GER committed May 17, 2024
1 parent 6b311af commit 2695097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/docker/bin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
liblz4-dev graphviz && \
apt-get clean
ARG GOLANG_VERSION
ENV GOLANG_VERSION=go1.17.1
ENV GOLANG_VERSION=go1.22.1
ENV ROCKSDB_VERSION=v6.22.1
ENV GOPATH=/go
ENV PATH=$PATH:$GOPATH/bin
Expand Down Expand Up @@ -48,7 +48,7 @@ RUN \
trap cleanup EXIT && \
mkdir -p $GOPATH/src/github.com/syscoin && \
cd $GOPATH/src/github.com/syscoin && \
git clone https://github.com/syscoin/blockbook.git && \
git clone https://github.com/Frank-GER/blockbook.git && \
cd blockbook && \
go mod download

Expand Down

0 comments on commit 2695097

Please sign in to comment.