Skip to content

Commit ed6f751

Browse files
rucoderrene
authored andcommitted
Update monitor TUI to v0.2.0
386ecef Version 0.2.0 e638477 Display application version in the top right corner 1be7d9a Add GIT_VERSION in the log 2151fdf Add build.rs to set GIT_VERSION cargo env variable 46e2c75 Reduce log level for annoying message from dmesg task 402a966 Rework panic and log handling 35f93df Fix NTP server parsing 850b788 Fix network interfaces are not displayed if MAC is null 948d440 Remove verbose log Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
1 parent 676495f commit ed6f751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2024 Zededa, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
ARG MONITOR_RS_VERSION=v0.1.2
4+
ARG MONITOR_RS_VERSION=v0.2.0
55
ARG RUST_VERSION=lfedge/eve-rust:1.80.1
66
FROM --platform=$BUILDPLATFORM ${RUST_VERSION} AS toolchain-base
77
ARG TARGETARCH

0 commit comments

Comments
 (0)