Skip to content

Commit

Permalink
Upgrade wmm to 1.2.4 to remove initial warning
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendalRaoul committed Oct 13, 2023
1 parent 9d72b6f commit 258e350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/transport_service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY --from=builder /home/wirepas/python_transport/dist/*.tar.gz .


# Build the final image with prebuilt wmm image
FROM wirepas/wmm_alpine_cpp:1.2.3
FROM wirepas/wmm_alpine_cpp:1.2.4

USER root

Expand Down
2 changes: 1 addition & 1 deletion python_transport/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# wirepas
wirepas_mesh_messaging==1.2.3
wirepas_mesh_messaging==1.2.4

# dbus bindings
pydbus==0.6.0
Expand Down

0 comments on commit 258e350

Please sign in to comment.