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 51e1756 commit 975fba7Copy full SHA for 975fba7
.github/docker/Dockerfile.alpine
@@ -8,8 +8,6 @@ COPY --from=builder /usr/local/cargo/bin/r0vm /usr/local/bin/r0vm
8
# installing Barrenteberg CLI
9
RUN apk add --no-cache curl bash
10
ENV SHELL=/bin/bash
11
-RUN curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
+RUN curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
12
ENV PATH="/root/.bb:$PATH"
13
-RUN bbup -v 0.41.0
14
-
15
+RUN bbup -v 0.82.2
0 commit comments