We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c87e8 commit c1f3c91Copy full SHA for c1f3c91
release-image/bootstrap.sh
@@ -16,7 +16,6 @@ function build_image {
16
# Otherwise, use the commit hash as the version.
17
local version=$(git rev-parse HEAD)
18
fi
19
- version="1.0.0-beta.9+f92aaf8dbec28b1aeba03a7afeabbc59897b4f39-aztec"
20
docker build -f release-image/Dockerfile --build-arg VERSION=$version -t aztecprotocol/aztec:$(git rev-parse HEAD) .
21
docker tag aztecprotocol/aztec:$(git rev-parse HEAD) aztecprotocol/aztec:latest
22
0 commit comments