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 v14 (#169)
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
e7d3830028
commit
5e32279ff2
3 changed files with 33 additions and 33 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_17/{{package}}"
|
"depNameTemplate": "alpine_3_18/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:13.2.2
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -17,33 +17,33 @@ ARG PYTHON_SETUPTOOLS_VERSION="67.7.2"
|
||||||
# hadolint ignore=DL3003,DL4006,SC2155
|
# hadolint ignore=DL3003,DL4006,SC2155
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
bzip2-dev=1.0.8-r4 \
|
bzip2-dev=1.0.8-r5 \
|
||||||
dpkg-dev=1.21.9-r0 \
|
dpkg-dev=1.21.21-r1 \
|
||||||
dpkg=1.21.9-r0 \
|
dpkg=1.21.21-r1 \
|
||||||
expat-dev=2.5.0-r0 \
|
expat-dev=2.5.0-r1 \
|
||||||
findutils=4.9.0-r3 \
|
findutils=4.9.0-r5 \
|
||||||
gcc=12.2.1_git20220924-r4 \
|
gcc=12.2.1_git20220924-r10 \
|
||||||
gdbm-dev=1.23-r0 \
|
gdbm-dev=1.23-r1 \
|
||||||
gnupg=2.2.40-r0 \
|
gnupg=2.4.1-r1 \
|
||||||
libc-dev=0.7.2-r3 \
|
libc-dev=0.7.2-r5 \
|
||||||
libffi-dev=3.4.4-r0 \
|
libffi-dev=3.4.4-r2 \
|
||||||
libnsl-dev=2.0.0-r0 \
|
libnsl-dev=2.0.0-r0 \
|
||||||
libtirpc-dev=1.3.3-r0 \
|
libtirpc-dev=1.3.3-r2 \
|
||||||
linux-headers=5.19.5-r0 \
|
linux-headers=6.3-r0 \
|
||||||
make=4.3-r1 \
|
make=4.4.1-r1 \
|
||||||
ncurses-dev=6.3_p20221119-r0 \
|
ncurses-dev=6.4_p20230506-r0 \
|
||||||
openssl-dev=3.0.8-r4 \
|
openssl-dev=3.1.0-r4 \
|
||||||
pax-utils=1.3.5-r1 \
|
pax-utils=1.3.7-r1 \
|
||||||
readline-dev=8.2.0-r0 \
|
readline-dev=8.2.1-r1 \
|
||||||
sqlite-dev=3.40.1-r0 \
|
sqlite-dev=3.41.2-r2 \
|
||||||
tar=1.34-r2 \
|
tar=1.34-r3 \
|
||||||
tcl-dev=8.6.12-r1 \
|
tcl-dev=8.6.13-r1 \
|
||||||
tk-dev=8.6.12-r1 \
|
tk-dev=8.6.13-r1 \
|
||||||
tk=8.6.12-r1 \
|
tk=8.6.13-r1 \
|
||||||
util-linux-dev=2.38.1-r1 \
|
util-linux-dev=2.38.1-r7 \
|
||||||
xz-dev=5.2.9-r0 \
|
xz-dev=5.4.3-r0 \
|
||||||
xz=5.2.9-r0 \
|
xz=5.4.3-r0 \
|
||||||
zlib-dev=1.2.13-r0 \
|
zlib-dev=1.2.13-r1 \
|
||||||
\
|
\
|
||||||
&& curl -J -L -o /tmp/python.tar.xz \
|
&& curl -J -L -o /tmp/python.tar.xz \
|
||||||
"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz" \
|
"https://www.python.org/ftp/python/${PYTHON_VERSION#v}/Python-${PYTHON_VERSION#v}.tar.xz" \
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:13.2.2
|
aarch64: ghcr.io/hassio-addons/base:14.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:13.2.2
|
amd64: ghcr.io/hassio-addons/base:14.0.0
|
||||||
armhf: ghcr.io/hassio-addons/base:13.2.2
|
armhf: ghcr.io/hassio-addons/base:14.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:13.2.2
|
armv7: ghcr.io/hassio-addons/base:14.0.0
|
||||||
i386: ghcr.io/hassio-addons/base:13.2.2
|
i386: ghcr.io/hassio-addons/base:14.0.0
|
||||||
codenotary:
|
codenotary:
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue