Commit c666fedc authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Upgrade ci-builder to Debian 11 (#3189)

parent ac576a7e
---
'@eth-optimism/ci-builder': patch
---
Upgrade to Debian 11
...@@ -2,7 +2,7 @@ FROM ethereum/client-go:alltools-v1.10.17 as geth ...@@ -2,7 +2,7 @@ FROM ethereum/client-go:alltools-v1.10.17 as geth
FROM ethereumoptimism/foundry:latest as foundry FROM ethereumoptimism/foundry:latest as foundry
FROM python:3.8.12-slim-buster FROM python:3.8.13-slim-bullseye
ENV GOPATH /go ENV GOPATH /go
ENV PATH /usr/local/go/bin:$GOPATH/bin:$PATH ENV PATH /usr/local/go/bin:$GOPATH/bin:$PATH
......
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