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

Upgrade add-on base image to 9.1.1 #65

Merged
merged 1 commit into from
Jan 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion portainer/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.0.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.1
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

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": "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"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.1",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.1",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.1",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.1"
}
}