Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/three-cooks-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/ci-builder': patch
---

Upgrade to Debian 11
2 changes: 1 addition & 1 deletion ops/docker/ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ethereum/client-go:alltools-v1.10.17 as geth

FROM ethereumoptimism/foundry:latest as foundry

FROM python:3.8.12-slim-buster
FROM python:3.8.13-slim-bullseye

ENV GOPATH /go
ENV PATH /usr/local/go/bin:$GOPATH/bin:$PATH
Expand Down