Skip to content

Commit

Permalink
Update package version to TGZ 0.3.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Jul 17, 2022
1 parent 3406bb6 commit 369a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theengsgateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BUILD_FROM
LABEL io.hass.version="1.1.0" io.hass.type="addon" io.hass.arch="armv7|armhf|aarch64|i386|amd64"
RUN apt-get update && apt-get upgrade -y && \
apt-get install --no-install-recommends -y build-essential bluez python3-pip python3-dev && \
pip3 install --extra-index-url=https://www.piwheels.org/simple TheengsGateway==0.2.0
pip3 install --extra-index-url=https://www.piwheels.org/simple TheengsGateway==0.3.0
ENV current /root
ENV HOME $current
WORKDIR $current
Expand Down

0 comments on commit 369a552

Please sign in to comment.