Compare commits

...

8 commits

Author SHA1 Message Date
renovate[bot]
13e5e8dc9c
⬆️ Update alpine_3_21/sqlite-dev to v3.48.0-r1 (#315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-16 22:44:09 +02:00
renovate[bot]
8a97fe04d5
⬆️ Update alpine_3_21/util-linux-dev to v2.40.4-r1 (#316) 2025-04-16 13:40:35 +02:00
renovate[bot]
26fddf1d25
⬆️ Update alpine_3_21/xz-dev to v5.6.3-r1 (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-14 19:47:35 +02:00
renovate[bot]
47297df0e1
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.3 (#311)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04 12:45:57 +02:00
renovate[bot]
9d6b8ce1e9
⬆️ Update setuptools to v78 (#310) 2025-03-26 07:39:36 +01:00
renovate[bot]
d5f7733bf3
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17.2.2 (#307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-21 21:02:20 +01:00
renovate[bot]
06bd1f4307
⬆️ Update setuptools to v77 (#309) 2025-03-21 07:52:28 +01:00
renovate[bot]
8fb98c6d30
⬆️ Update alpine_3_21/expat-dev to v2.7.0-r0 (#306) 2025-03-17 08:26:59 +01:00
2 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.2.3
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -13,14 +13,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install base system
ARG PYTHON_VERSION="v3.13.2"
ARG PYTHON_PIP_VERSION="25.0.1"
ARG PYTHON_SETUPTOOLS_VERSION="76.0.0"
ARG PYTHON_SETUPTOOLS_VERSION="78.1.0"
# hadolint ignore=DL3003,DL4006,SC2155
RUN \
apk add --no-cache --virtual .build-dependencies \
bzip2-dev=1.0.8-r6 \
dpkg-dev=1.22.11-r0\
dpkg=1.22.11-r0 \
expat-dev=2.6.4-r0 \
expat-dev=2.7.0-r0 \
findutils=4.10.0-r0 \
gcc=14.2.0-r4\
gdbm-dev=1.24-r0 \
@ -35,13 +35,13 @@ RUN \
openssl-dev=3.3.3-r0 \
pax-utils=1.3.8-r1\
readline-dev=8.2.13-r0 \
sqlite-dev=3.48.0-r0 \
sqlite-dev=3.48.0-r1 \
tar=1.35-r2 \
tcl-dev=8.6.15-r0 \
tk-dev=8.6.15-r0\
tk=8.6.15-r0 \
util-linux-dev=2.40.4-r0 \
xz-dev=5.6.3-r0 \
util-linux-dev=2.40.4-r1 \
xz-dev=5.6.3-r1 \
xz=5.6.3-r0\
zlib-dev=1.3.1-r2 \
\

View file

@ -1,9 +1,9 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:17.2.1
amd64: ghcr.io/hassio-addons/base:17.2.1
armhf: ghcr.io/hassio-addons/base:17.2.1
armv7: ghcr.io/hassio-addons/base:17.2.1
i386: ghcr.io/hassio-addons/base:17.2.1
aarch64: ghcr.io/hassio-addons/base:17.2.3
amd64: ghcr.io/hassio-addons/base:17.2.3
armhf: ghcr.io/hassio-addons/base:17.2.3
armv7: ghcr.io/hassio-addons/base:17.2.3
i386: ghcr.io/hassio-addons/base:17.2.3
codenotary:
signer: codenotary@frenck.dev