Skip to content

Commit 72dc451

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.0.1 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ba2037 commit 72dc451

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/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:17.0.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.1
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

example/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:17.0.0
4-
amd64: ghcr.io/hassio-addons/base:17.0.0
5-
armv7: ghcr.io/hassio-addons/base:17.0.0
3+
aarch64: ghcr.io/hassio-addons/base:17.0.1
4+
amd64: ghcr.io/hassio-addons/base:17.0.1
5+
armv7: ghcr.io/hassio-addons/base:17.0.1
66
codenotary:
77
base_image: codenotary@frenck.dev
88
signer: codenotary@frenck.dev

0 commit comments

Comments
 (0)