diff --git a/theengsgateway/Dockerfile b/theengsgateway/Dockerfile index 9d0d40a..0957914 100644 --- a/theengsgateway/Dockerfile +++ b/theengsgateway/Dockerfile @@ -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