Skip to content

Commit

Permalink
v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Mar 3, 2024
1 parent 9195bc0 commit 999c638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine
WORKDIR /app
RUN pip3 install pypowerwall==0.7.8 bs4
RUN pip3 install pypowerwall==0.7.9 bs4
COPY . .
CMD ["python3", "server.py"]
EXPOSE 8675

0 comments on commit 999c638

Please sign in to comment.