Fix generic-x86-64 build (#47214)

Replace the wrong Docker Hub repository slipped in during testing.
This commit is contained in:
Stefan Agner 2021-03-01 09:17:41 +01:00 committed by GitHub
parent 16dcbf1467
commit d2db58d138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \