Skip to content

Commit

Permalink
Bump AvalancheGo to v1.1.15 for Devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Eckardt <[email protected]>
  • Loading branch information
martineckardt authored Dec 6, 2023
1 parent d7772c8 commit 3ab3be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV AVALANCHEGO_PLUGIN_PATH=$GOPATH/src/github.com/ava-labs/avalanchego/build/pl
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs

# Clone the avalanchego repository
RUN git clone -b v1.10.11 https://github.com/ava-labs/avalanchego.git $GOPATH/src/github.com/ava-labs/avalanchego
RUN git clone -b v1.10.15 https://github.com/ava-labs/avalanchego.git $GOPATH/src/github.com/ava-labs/avalanchego

# Set the working directory to the cloned repository
WORKDIR $GOPATH/src/github.com/ava-labs/avalanchego
Expand Down

0 comments on commit 3ab3be6

Please sign in to comment.