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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Dec 22, 2023
1 parent 884f27c commit 61004e3
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.5 as BUILDER
RUN apt update && apt install -y build-essential git
WORKDIR /geth
ARG VERSION=v1.13.7
ARG VERSION=v1.13.8
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```
docker pull ghcr.io/islishude/geth:latest
docker pull ghcr.io/islishude/geth:1.13.7
docker pull ghcr.io/islishude/geth:1.13.8
```

**NOTE**: the default user id of the image is **65532**
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.7
image: ethereum/client-go:v1.13.8
restart: unless-stopped
ports:
- 30303:30303
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/holesky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.7
image: ethereum/client-go:v1.13.8
restart: unless-stopped
ports:
- 30303:30303
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.7
image: ethereum/client-go:v1.13.8
restart: unless-stopped
ports:
- 30303:30303
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/sepolia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
geth:
image: ethereum/client-go:v1.13.7
image: ethereum/client-go:v1.13.8
restart: unless-stopped
ports:
- 30303:30303
Expand Down
2 changes: 1 addition & 1 deletion flags/geth
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USAGE:
geth [global options] command [command options] [arguments...]

VERSION:
1.13.7-stable-c3d9ca62
1.13.8-stable-b20b4a71

COMMANDS:
account Manage accounts
Expand Down
2 changes: 1 addition & 1 deletion k8s/goerli/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.7
newTag: v1.13.8
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1
2 changes: 1 addition & 1 deletion k8s/holeksy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.7
newTag: v1.13.8
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1
2 changes: 1 addition & 1 deletion k8s/mainnet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.7
newTag: v1.13.8
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1
2 changes: 1 addition & 1 deletion k8s/sepolia/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ resources:
- statefulset.yaml
images:
- name: ethereum/go-client
newTag: v1.13.7
newTag: v1.13.8
- name: gcr.io/prysmaticlabs/prysm/beacon-chain
newTag: v4.1.1

0 comments on commit 61004e3

Please sign in to comment.