Skip to content

Commit

Permalink
Integrate monitor-rs version v0.1.2
Browse files Browse the repository at this point in the history
- Integrate the latest eve-monitor-rs application. Following issues were
  fixed
  - update test files
  - Fix incorrect action sent on dialog box 'ok' key
  - Display current DPC key name
  - Fix deserialization of AppInstanceStatus

See PR lf-edge/eve-monitor-rs#5 for details

Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
  • Loading branch information
rucoder authored and eriknordmark committed Dec 11, 2024
1 parent 600786c commit e0305ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/monitor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 Zededa, Inc.
# SPDX-License-Identifier: Apache-2.0

ARG MONITOR_RS_VERSION=v0.1.1
ARG MONITOR_RS_VERSION=v0.1.2
ARG RUST_VERSION=lfedge/eve-rust:1.80.1
FROM --platform=$BUILDPLATFORM ${RUST_VERSION} AS toolchain-base
ARG TARGETARCH
Expand Down

0 comments on commit e0305ab

Please sign in to comment.