Skip to content

Commit

Permalink
update bsc and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
feshchenkod committed Feb 13, 2023
1 parent 1efc7b9 commit 1984a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bsc/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bsc/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
BSC_TAG=v1.1.19

0 comments on commit 1984a09

Please sign in to comment.