Commit cbbf82ea authored by Mark Tyneway's avatar Mark Tyneway

typescript: use correct forge version in dockerfile

Ensures that the correct version of foundry is used to
compile the contracts during the docker build of the
typescript services. The docker build needs the contracts
to be built so that the artifacts are present for the
typescript services to import.
parent eaeb6b76
......@@ -30,7 +30,7 @@ RUN mkdir manifests && \
# .nvmrc
cp .nvmrc ../manifests/
FROM ethereumoptimism/foundry:latest as foundry
FROM us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:latest as foundry
# bullseye-slim is debian based
# we use it rather than alpien because it's not much
# bigger and alpine is often missing packages for node applications
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment