From 1984a09c0cfc682505ee22094aa2ef0e389bbd97 Mon Sep 17 00:00:00 2001 From: _den <_den@outlook.com> Date: Mon, 13 Feb 2023 20:18:09 +1000 Subject: [PATCH] update bsc and go version --- bsc/Dockerfile | 4 ++-- bsc/example.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsc/Dockerfile b/bsc/Dockerfile index fba4472..35920fa 100644 --- a/bsc/Dockerfile +++ b/bsc/Dockerfile @@ -1,11 +1,11 @@ # Build Geth in a stock Go builder container -FROM golang:1.16-alpine as builder +FROM golang:1.19-alpine as builder ARG BSC_TAG RUN apk add --no-cache make gcc musl-dev linux-headers git bash -RUN cd / && git clone --branch ${BSC_TAG} --single-branch https://github.com/binance-chain/bsc.git && cd ./bsc && make geth +RUN cd / && git clone --branch ${BSC_TAG} --single-branch https://github.com/bnb-chain/bsc.git && cd ./bsc && make geth # Pull Geth into a second stage deploy alpine container FROM alpine:latest diff --git a/bsc/example.env b/bsc/example.env index 3dbc568..16ddee1 100644 --- a/bsc/example.env +++ b/bsc/example.env @@ -10,4 +10,4 @@ WS_PORT=8526 # Comma-separated list of addresses to treat as "local" TX_LOCAL_ADDR=0x0000000000000000000000000000000000000000 # Use latest stable version: https://github.com/bnb-chain/bsc/tags -BSC_TAG=v1.1.18 \ No newline at end of file +BSC_TAG=v1.1.19 \ No newline at end of file