Skip to content

Commit

Permalink
Revert "feat(build): Use LTS version of ubuntu (#2239)" (#2262)
Browse files Browse the repository at this point in the history
This reverts commit ce6671e6ab72fcdc8114df5b6a45f81c0086b19d.

The cmake on this ubuntu doesn't actually work with our setup.
  • Loading branch information
ludamad authored and AztecBot committed Sep 12, 2023
1 parent 760438b commit ee778d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/dockerfiles/Dockerfile.wasm-linux-clang
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy AS builder
FROM ubuntu:lunar AS builder
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential wget git libssl-dev cmake ninja-build curl
RUN curl https://wasmtime.dev/install.sh -sSf | bash /dev/stdin --version v3.0.1
WORKDIR /usr/src/barretenberg/cpp
Expand Down

0 comments on commit ee778d4

Please sign in to comment.