diff --git a/Dockerfile b/Dockerfile index 7b7592621..e0d652f15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN set -eux; \ && chmod +x tini # Now comes the actual target image, which aims to be as small as possible. -FROM busybox:1.31.1-glibc +FROM busybox:stable-glibc MAINTAINER TRON-US # Get the btfs binary, entrypoint script, and TLS CAs from the build container. diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go index a4f19228f..ac784567d 100644 --- a/core/corehttp/webui.go +++ b/core/corehttp/webui.go @@ -1,6 +1,6 @@ package corehttp -const WebUIPath = "/btfs/QmSknKKLXqrhmgAkKwyMwtaAZPuj556aio8oXuL3XPNj74" // v3.1.0 +const WebUIPath = "/btfs/QmXVrEfPAHqSSZp1hSMFh933WdxSzvbinSsYgV5bSWg5AE" // v3.1.0 // this is a list of all past webUI paths. var WebUIPaths = []string{ diff --git a/mk/golang.mk b/mk/golang.mk index 90c814243..c5183d244 100644 --- a/mk/golang.mk +++ b/mk/golang.mk @@ -1,7 +1,7 @@ SHELL := /bin/bash # Use bash syntax # golang utilities -GO_MIN_VERSION = 1.18 +GO_MIN_VERSION = 1.22 export GO111MODULE=on # pre-definitions