Skip to content

Commit

Permalink
ci: update busybox image (#469)
Browse files Browse the repository at this point in the history
* ci: update busybox image

* feat: update dashboard cid

* feat: golang version check
  • Loading branch information
Shawn-Huang-Tron authored Oct 30, 2024
1 parent 6f917f0 commit c0cc0bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

# Get the btfs binary, entrypoint script, and TLS CAs from the build container.
Expand Down
2 changes: 1 addition & 1 deletion core/corehttp/webui.go
Original file line number Diff line number Diff line change
@@ -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{
Expand Down
2 changes: 1 addition & 1 deletion mk/golang.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c0cc0bc

Please sign in to comment.