mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 10:05:58 -05:00
Fix generic-x86-64 build (#47214)
Replace the wrong Docker Hub repository slipped in during testing.
This commit is contained in:
committed by
Pascal Vizeli
parent
4907c12964
commit
b9edd0d7ad
@@ -1,5 +1,5 @@
|
||||
ARG BUILD_VERSION
|
||||
FROM agners/amd64-homeassistant:$BUILD_VERSION
|
||||
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
||||
|
||||
RUN apk --no-cache add \
|
||||
libva-intel-driver \
|
||||
|
||||
Reference in New Issue
Block a user