Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
geth: 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Sep 17, 2023
1 parent a16956b commit a7a9511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM --platform=${BUILDPLATFORM} golang:1.21.1 as BUILDER
RUN apt update && apt install -y build-essential git
WORKDIR /geth
ARG VERSION=v1.13.0
ARG VERSION=v1.13.1
RUN git clone --quiet --branch ${VERSION} --depth 1 https://github.com/ethereum/go-ethereum .
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build go run build/ci.go install -static ./cmd/geth

Expand Down
4 changes: 2 additions & 2 deletions k8s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configMapGenerator:
options:
disableNameSuffixHash: true
images:
- name: ghcr.io/islishude/geth-docker
newTag: 1.13.0
- name: ghcr.io/islishude/geth
newTag: 1.13.1
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.0.8

0 comments on commit a7a9511

Please sign in to comment.