Skip to content

Commit

Permalink
bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinying committed May 3, 2024
1 parent a840926 commit dbe722c
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 102 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PYTHON_TAG="3.8-slim"
FROM python:$PYTHON_TAG
ARG APP_TAG="0.7.1"
ARG APP_TAG="0.7.2"
WORKDIR /app

RUN pip3 install modpoll[serial]==$APP_TAG
Expand Down
Loading

0 comments on commit dbe722c

Please sign in to comment.