Commit 9b11571f authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6341 from ethereum-optimism/docker/use-correct-forge

typescript: use correct forge version in dockerfile
parents ed305842 9f4170a5
...@@ -30,7 +30,7 @@ RUN mkdir manifests && \ ...@@ -30,7 +30,7 @@ RUN mkdir manifests && \
# .nvmrc # .nvmrc
cp .nvmrc ../manifests/ 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 # bullseye-slim is debian based
# we use it rather than alpien because it's not much # we use it rather than alpien because it's not much
# bigger and alpine is often missing packages for node applications # 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