Skip to content

Commit 975fba7

Browse files
committed
⬆️ Upgrade bb version
1 parent 51e1756 commit 975fba7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/docker/Dockerfile.alpine

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ COPY --from=builder /usr/local/cargo/bin/r0vm /usr/local/bin/r0vm
88
# installing Barrenteberg CLI
99
RUN apk add --no-cache curl bash
1010
ENV SHELL=/bin/bash
11-
RUN curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/master/barretenberg/cpp/installation/install | bash
11+
RUN curl -L https://raw.githubusercontent.com/AztecProtocol/aztec-packages/refs/heads/master/barretenberg/bbup/install | bash
1212
ENV PATH="/root/.bb:$PATH"
13-
RUN bbup -v 0.41.0
14-
15-
13+
RUN bbup -v 0.82.2

0 commit comments

Comments
 (0)