Commit a021c44e authored by Mark Tyneway's avatar Mark Tyneway

dockerfile: update

Updates the version of python in the `ci-builder` package to
a newer version of python 3. Without this change, the `bedrock-devnet`
package will not run in `ci-builder`
parent 94a25978
...@@ -30,7 +30,7 @@ FROM ethereum/client-go:alltools-v1.10.25 as geth ...@@ -30,7 +30,7 @@ FROM ethereum/client-go:alltools-v1.10.25 as geth
FROM ghcr.io/crytic/echidna/echidna:v2.0.4 as echidna-test FROM ghcr.io/crytic/echidna/echidna:v2.0.4 as echidna-test
FROM python:3.8.13-slim-bullseye FROM python:3.11.4-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