Skip to content

Commit

Permalink
Move version to build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Apr 26, 2022
1 parent b5c1859 commit f3f807f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion amr2mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RUN set -eux; \
rm /tmp/rtlamr.tar.gz;

# https://github.com/hassio-addons/addon-debian-base/releases
FROM ${BUILD_FROM}:5.3.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

RUN set -eux; \
apt-get update; \
Expand Down
8 changes: 4 additions & 4 deletions amr2mqtt/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
build_from:
amd64: ghcr.io/hassio-addons/debian-base/amd64
armhf: ghcr.io/hassio-addons/debian-base/armhf
armv7: ghcr.io/hassio-addons/debian-base/armv7
aarch64: ghcr.io/hassio-addons/debian-base/aarch64
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.1
armhf: ghcr.io/hassio-addons/debian-base/armhf:5.3.1
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.3.1
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.1

0 comments on commit f3f807f

Please sign in to comment.