Skip to content

Commit

Permalink
geth v1.13.15
Browse files Browse the repository at this point in the history
mamoru_v1:
Fix/fix version errors (ethereum#87) 1035a6b
geth-mamoru-core-sdk v1.13.11-0.11.3
  • Loading branch information
gofmanaa committed Jul 3, 2024
1 parent 0949c90 commit ecd08e0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ RUN --mount=type=ssh cd /go-ethereum && go mod download
ADD . /go-ethereum
RUN cd /go-ethereum && GO111MODULE=on go run build/ci.go install ./cmd/geth

# Install the Lighthouse Consensus Client
ENV LIGHTHOUSE_VERSION=v5.2.1
RUN curl -LO https://github.com/sigp/lighthouse/releases/download/${LIGHTHOUSE_VERSION}/lighthouse-${LIGHTHOUSE_VERSION}-x86_64-unknown-linux-gnu.tar.gz
RUN tar xvf lighthouse-${LIGHTHOUSE_VERSION}-x86_64-unknown-linux-gnu.tar.gz \
&& mv lighthouse /usr/local/bin \
&& rm lighthouse-${LIGHTHOUSE_VERSION}-x86_64-unknown-linux-gnu.tar.gz

# Pull Geth into a second stage deploy debian container
FROM debian:12.0-slim
#debian:bullseye-slim
Expand All @@ -46,7 +39,6 @@ RUN apt-get update \
&& crontab /etc/cron.d/cron.conf

COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
COPY --from=builder /usr/local/bin/lighthouse /usr/local/bin/

EXPOSE 9000 8545 8546 8551 30303 30303/udp

Expand Down

0 comments on commit ecd08e0

Please sign in to comment.