Skip to content

Commit

Permalink
Merge pull request #12 from erik73/dev
Browse files Browse the repository at this point in the history
Update base image Alpine 3.13.1 and DOC fixes
  • Loading branch information
erik73 authored Jan 30, 2021
2 parents 69f8205 + fc7d620 commit 86d5802
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Home Assistant Community Add-on: SteVe
# Home Assistant Add-on: SteVe

![Project Stage][project-stage-shield]

Expand Down
2 changes: 1 addition & 1 deletion steve/.README.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Home Assistant Community Add-on: SteVe
# Home Assistant Add-on: SteVe

[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]

Expand Down
4 changes: 2 additions & 2 deletions steve/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.1
ARG BUILD_FROM=ghcr.io/erik73/base/amd64:1.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -41,7 +41,7 @@ LABEL \
org.opencontainers.image.vendor="Erik73 Hassio-Addons" \
org.opencontainers.image.authors="Erik Hilton <[email protected]>" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.url="https://addons.community" \
org.opencontainers.image.url="https://github.com/erik73" \
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
Expand Down
4 changes: 2 additions & 2 deletions steve/build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.1"
"aarch64": "ghcr.io/erik73/base/aarch64:1.0.0",
"amd64": "ghcr.io/erik73/base/amd64:1.0.0"
}
}

0 comments on commit 86d5802

Please sign in to comment.