Skip to content

Commit

Permalink
exp: fix alpine versioning (#415)
Browse files Browse the repository at this point in the history
Co-authored-by: cheethas <addaboy@gmail.com>
  • Loading branch information
Maddiaa0 and cheethas authored May 3, 2023
1 parent 8076db9 commit 18d26d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY ./cpp .
# Build everything to ensure everything builds. All tests will be run from the result of this build.
RUN cmake --preset default && cmake --build --preset default --target solidity_key_gen solidity_proof_gen

FROM docker.io/frolvlad/alpine-glibc:alpine-3.16_glibc-2.34 as builder
FROM docker.io/frolvlad/alpine-glibc:alpine-3.17_glibc-2.34 as builder
RUN apk update && apk add git curl build-base openmp-dev bash

COPY --from=0 /usr/src/barretenberg/cpp/build/bin /usr/src/barretenberg/cpp/build/bin
Expand Down

0 comments on commit 18d26d9

Please sign in to comment.