Skip to content

Commit

Permalink
fix: use debian as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Jan 8, 2023
1 parent ef8c88e commit b37b5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reactive_home/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.15
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:3.15
ARG DENO_VERSION=1.29.2

FROM denoland/deno:bin-$DENO_VERSION AS deno
Expand Down
2 changes: 1 addition & 1 deletion reactive_home/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
build_from:
amd64: "ghcr.io/home-assistant/amd64-base:3.15"
amd64: "ghcr.io/home-assistant/amd64-base-debian:3.15"
labels:
org.opencontainers.image.title: "Home Assistant Add-on: Reactive home"
org.opencontainers.image.description: "Reactive home automation runtime for home assistant."
Expand Down

0 comments on commit b37b5ec

Please sign in to comment.