Skip to content

Commit

Permalink
Merge pull request #32 from thin-edge/chore-update-tedge-1.3.1
Browse files Browse the repository at this point in the history
chore: update to thin-edge.io 1.3.1
  • Loading branch information
reubenmiller authored Oct 4, 2024
2 parents ae2454d + 049a5df commit f38fdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TEDGE_TAG=1.3.0
ARG TEDGE_TAG=1.3.1
# thin-edge.io base image name: tedge, tedge-main
ARG TEDGE_IMAGE=tedge
FROM ghcr.io/thin-edge/${TEDGE_IMAGE}:${TEDGE_TAG}
Expand Down

1 comment on commit f38fdca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
12 0 1 12 100 1m22.752857999s

Passed Tests

Name ⏱️ Duration Suite
Grace period to allow container to startup 5.002 s Operations
Get Logfile Request 2.517 s Operations
Get Configuration File 5.027 s Operations
Execute Shell Command 2.513 s Operations
Install application using docker compose 22.345 s Operations
Get Container Logs 2.514 s Operations
Trigger self update via local command 12.220 s Self-Update
Self update should only update if there is a new image 2.510 s Self-Update
Self update using software update operation 24.870 s Self-Update
Cloud Connection is Online 0.186 s Telemetry
Service status 0.364 s Telemetry
Sends measurements 2.683 s Telemetry

Please sign in to comment.