Skip to content

Commit c1f3c91

Browse files
authored
Discard changes to release-image/bootstrap.sh
1 parent 25c87e8 commit c1f3c91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

release-image/bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function build_image {
1616
# Otherwise, use the commit hash as the version.
1717
local version=$(git rev-parse HEAD)
1818
fi
19-
version="1.0.0-beta.9+f92aaf8dbec28b1aeba03a7afeabbc59897b4f39-aztec"
2019
docker build -f release-image/Dockerfile --build-arg VERSION=$version -t aztecprotocol/aztec:$(git rev-parse HEAD) .
2120
docker tag aztecprotocol/aztec:$(git rev-parse HEAD) aztecprotocol/aztec:latest
2221

0 commit comments

Comments
 (0)