Skip to content

Commit 722519f

Browse files
authored
Merge pull request #52 from AlexHunterCodes/main
Migrate Home Assistant app build to Docker BuildKit
2 parents d5a0997 + f3c589b commit 722519f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

home-assistant/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ARG BUILD_FROM
2-
FROM $BUILD_FROM
1+
FROM ghcr.io/home-assistant/base:latest
32

43
RUN apk add git py3-pip
54
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)