Homeassistant 2021.3.3
This commit is contained in:
16
Dockerfile
16
Dockerfile
@@ -1,12 +1,12 @@
|
|||||||
FROM homeassistant/home-assistant:0.117.4
|
FROM homeassistant/home-assistant:2021.3.3
|
||||||
|
|
||||||
COPY src/ /usr/src/homeassistant/homeassistant/
|
COPY src/ /usr/src/homeassistant/homeassistant/
|
||||||
|
|
||||||
RUN /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/alpine-3.10/amd64/ --prefer-binary \
|
RUN /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/alpine-3.10/amd64/ --prefer-binary \
|
||||||
aiofiles==0.5.0 \
|
aiofiles \
|
||||||
aiogithubapi==1.0.4 \
|
aiogithubapi \
|
||||||
backoff==1.10.0 \
|
backoff \
|
||||||
hacs_frontend==202005242033 \
|
hacs_frontend \
|
||||||
integrationhelper==0.2.2 \
|
integrationhelper \
|
||||||
semantic_version==2.8.5 \
|
semantic_version \
|
||||||
queueman==0.5
|
queueman
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
FROM homeassistant/home-assistant:0.117.4
|
FROM homeassistant/home-assistant:2021.3.3
|
||||||
|
|
||||||
COPY src/ /usr/src/homeassistant/homeassistant/
|
COPY src/ /usr/src/homeassistant/homeassistant/
|
||||||
|
|
||||||
RUN /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/alpine-3.10/aarch64/ --prefer-binary \
|
RUN /usr/local/bin/python3 -m pip install --quiet --no-cache-dir --upgrade --constraint /usr/src/homeassistant/homeassistant/package_constraints.txt --find-links https://wheels.home-assistant.io/alpine-3.10/aarch64/ --prefer-binary \
|
||||||
aiofiles==0.5.0 \
|
aiofiles \
|
||||||
aiogithubapi==1.0.4 \
|
aiogithubapi \
|
||||||
backoff==1.10.0 \
|
backoff \
|
||||||
hacs_frontend==202005242033 \
|
hacs_frontend \
|
||||||
integrationhelper==0.2.2 \
|
integrationhelper \
|
||||||
semantic_version==2.8.5 \
|
semantic_version \
|
||||||
queueman==0.5
|
queueman
|
||||||
|
|||||||
Reference in New Issue
Block a user