Commit 725b0261 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2948 from ethereum-optimism/fix/docker-foundry

ops: build with ethereumoptimism/foundry:latest
parents 5ae9c133 445efe9d
---
'@eth-optimism/ci-builder': patch
---
Use ethereumoptimism/foundry:latest
......@@ -2,7 +2,7 @@
# be used to build any of the follow-on services
#
# ### BASE: Install deps
FROM ghcr.io/foundry-rs/foundry:latest as foundry
FROM ethereumoptimism/foundry:latest as foundry
FROM node:16-alpine3.14 as base
RUN apk --no-cache add curl jq python3 ca-certificates git make gcc musl-dev linux-headers bash build-base
......
FROM ethereum/client-go:alltools-v1.10.17 as geth
FROM ghcr.io/foundry-rs/foundry:nightly as foundry
FROM ethereumoptimism/foundry:latest as foundry
FROM python:3.8.12-slim-buster
......
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