Skip to content

Commit 6616636

Browse files
⬆️ Update Add-on base image to v17
1 parent d47c406 commit 6616636

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

grott/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python:16.1.4
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base-python:17.0.0
22
# hadolint ignore=DL3006
33
FROM $BUILD_FROM
44

grott/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base-python/aarch64:16.1.4
4-
amd64: ghcr.io/hassio-addons/base-python/amd64:16.1.4
5-
armhf: ghcr.io/hassio-addons/base-python/armhf:16.1.4
6-
armv7: ghcr.io/hassio-addons/base-python/armv7:16.1.4
7-
i386: ghcr.io/hassio-addons/base-python/i386:16.1.4
3+
aarch64: ghcr.io/hassio-addons/base-python/aarch64:17.0.0
4+
amd64: ghcr.io/hassio-addons/base-python/amd64:17.0.0
5+
armhf: ghcr.io/hassio-addons/base-python/armhf:17.0.0
6+
armv7: ghcr.io/hassio-addons/base-python/armv7:17.0.0
7+
i386: ghcr.io/hassio-addons/base-python/i386:17.0.0
88
codenotary:
99
base_image: codenotary@frenck.dev

0 commit comments

Comments
 (0)