-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: update busybox image * feat: update dashboard cid * feat: golang version check
- Loading branch information
1 parent
6f917f0
commit c0cc0bc
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters