From b9edd0d7added1bce1fbfb58650ba7a5000049b0 Mon Sep 17 00:00:00 2001
From: Stefan Agner <stefan@agner.ch>
Date: Mon, 1 Mar 2021 09:17:41 +0100
Subject: [PATCH] Fix generic-x86-64 build (#47214)

Replace the wrong Docker Hub repository slipped in during testing.
---
 machine/generic-x86-64 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machine/generic-x86-64 b/machine/generic-x86-64
index e858c382221..4c83228387d 100644
--- a/machine/generic-x86-64
+++ b/machine/generic-x86-64
@@ -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 \
-- 
GitLab