mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.3 (#290)
* ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.1.3
* Update dependencies
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
1018b96ba5
commit
5fa53155c6
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.0
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.1.3
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ RUN \
|
||||||
tcl-dev=8.6.15-r0 \
|
tcl-dev=8.6.15-r0 \
|
||||||
tk-dev=8.6.15-r0\
|
tk-dev=8.6.15-r0\
|
||||||
tk=8.6.15-r0 \
|
tk=8.6.15-r0 \
|
||||||
util-linux-dev=2.40.2-r4\
|
util-linux-dev=2.40.4-r0 \
|
||||||
xz-dev=5.6.3-r0 \
|
xz-dev=5.6.3-r0 \
|
||||||
xz=5.6.3-r0\
|
xz=5.6.3-r0\
|
||||||
zlib-dev=1.3.1-r2 \
|
zlib-dev=1.3.1-r2 \
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:17.1.0
|
aarch64: ghcr.io/hassio-addons/base:17.1.3
|
||||||
amd64: ghcr.io/hassio-addons/base:17.1.0
|
amd64: ghcr.io/hassio-addons/base:17.1.3
|
||||||
armhf: ghcr.io/hassio-addons/base:17.1.0
|
armhf: ghcr.io/hassio-addons/base:17.1.3
|
||||||
armv7: ghcr.io/hassio-addons/base:17.1.0
|
armv7: ghcr.io/hassio-addons/base:17.1.3
|
||||||
i386: ghcr.io/hassio-addons/base:17.1.0
|
i386: ghcr.io/hassio-addons/base:17.1.3
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue