mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-07 04:41:24 +00:00
Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
|
13e5e8dc9c | ||
|
8a97fe04d5 | ||
|
26fddf1d25 | ||
|
47297df0e1 | ||
|
9d6b8ce1e9 | ||
|
d5f7733bf3 | ||
|
06bd1f4307 | ||
|
8fb98c6d30 |
2 changed files with 11 additions and 11 deletions
|
@ -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 \
|
||||
\
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue