Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to v9.1.6 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 29, 2021
1 parent e2d9e72 commit d0d1bc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions appdaemon/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.5
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:9.1.6
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -18,7 +18,7 @@ RUN \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r2 \
libffi-dev=3.3-r2 \
openssl-dev=1.1.1j-r0 \
openssl-dev=1.1.1k-r0 \
py3-wheel=0.36.2-r0 \
python3-dev=3.8.8-r0 \
\
Expand Down
10 changes: 5 additions & 5 deletions appdaemon/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.5",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.5",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.5",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.5",
"i386": "ghcr.io/hassio-addons/base/i386:9.1.5"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.6",
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.6",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.6",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.6",
"i386": "ghcr.io/hassio-addons/base/i386:9.1.6"
}
}

0 comments on commit d0d1bc9

Please sign in to comment.