We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bb914 commit a3213a3Copy full SHA for a3213a3
2 files changed
geth/Dockerfile
@@ -35,7 +35,7 @@ RUN apk update && apk add curl && apk cache clean && \
35
# If NETWORK == lukso mkdir /config
36
RUN if [ "${NETWORK}" = "lukso" ]; then \
37
mkdir /config && \
38
- curl -L https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/dencun/genesis.json -o /config/genesis.json; \
+ curl -L https://raw.githubusercontent.com/lukso-network/network-configs/main/mainnet/shared/pectra/genesis.json -o /config/genesis.json; \
39
fi
40
41
# This env changes the variant
package_variants/lukso/docker-compose.yml
@@ -6,6 +6,7 @@ services:
6
NETWORK: lukso
7
P2P_PORT: 33141
8
DATA_DIR: /lukso
9
+ UPSTREAM_VERSION: v1.15.11
10
volumes:
11
- lukso:/lukso
12
ports:
0 commit comments