Skip to content

Commit 93e4600

Browse files
committed
Bump coreth
1 parent fbae8fd commit 93e4600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build_coreth.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BUILD_DIR="$AVALANCHE_PATH/build" # Where binaries go
1313
PLUGIN_DIR="$BUILD_DIR/plugins" # Where plugin binaries (namely coreth) go
1414
BINARY_PATH="$PLUGIN_DIR/evm"
1515

16-
CORETH_VER="v0.4.0-rc.4"
16+
CORETH_VER="v0.4.0-rc.6"
1717

1818
CORETH_PATH="$GOPATH/pkg/mod/github.com/ava-labs/coreth@$CORETH_VER"
1919

scripts/local.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# This Dockerfile is meant to be used with the build_local_dep_image.sh script
44
# in order to build an image using the local version of coreth
5-
FROM golang:1.13.4-buster
5+
FROM golang:1.15.5-buster
66

77
RUN mkdir -p /go/src/github.com/ava-labs
88

0 commit comments

Comments
 (0)