Skip to content

Commit

Permalink
Update Avalanche CLI version in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Eckardt <[email protected]>
  • Loading branch information
martineckardt authored Apr 10, 2024
1 parent 8b49324 commit 3f47bd3
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
@@ -1,5 +1,5 @@
ARG AVALANCHEGO_VERSION
FROM avaplatform/avalanche-cli:v1.4.2 as avalanche-cli
FROM avaplatform/avalanche-cli:v1.5.1 as avalanche-cli
FROM avaplatform/avalanchego:$AVALANCHEGO_VERSION as avalanchego
FROM mcr.microsoft.com/devcontainers/base

Expand Down

0 comments on commit 3f47bd3

Please sign in to comment.