Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Upgrade add-on base image to 9.0.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 22, 2021
1 parent 5a6696a commit 58ea204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions portainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/base:8.0.5
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.0.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down Expand Up @@ -29,7 +29,6 @@ ARG BUILD_REF
ARG BUILD_REPOSITORY
ARG BUILD_VERSION


# Labels
LABEL \
io.hass.name="${BUILD_NAME}" \
Expand Down
8 changes: 4 additions & 4 deletions portainer/build.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"build_from": {
"aarch64": "hassioaddons/base-aarch64:8.0.5",
"amd64": "hassioaddons/base-amd64:8.0.5",
"armhf": "hassioaddons/base-armhf:8.0.5",
"armv7": "hassioaddons/base-armv7:8.0.5"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.0.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.0.1",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.0.1",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.0.1"
}
}

0 comments on commit 58ea204

Please sign in to comment.