Skip to content
Open
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
2 changes: 1 addition & 1 deletion clients/exec/celo-geth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_IMAGE=ghcr.io/blockjoy/debian-bookworm-build:v20250321.2

FROM ${BASE_IMAGE} AS builder

ENV CELO_GETH_VERSION=v1.8.4
ENV CELO_GETH_VERSION=v1.8.9

# Remove any existing Go installation
RUN rm -rf /usr/local/go
Expand Down
Loading