mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 03:21:36 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 (#444)
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
937b068a9a
commit
3b7d6392ff
3 changed files with 11 additions and 11 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_18/{{package}}"
|
"depNameTemplate": "alpine_3_19/{{package}}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3.3
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.3
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -13,14 +13,14 @@ COPY requirements.txt /tmp/
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
build-base=0.5-r3 \
|
build-base=0.5-r3 \
|
||||||
py3-pip=23.1.2-r0 \
|
py3-pip=23.3.1-r0 \
|
||||||
python3-dev=3.11.6-r0 \
|
python3-dev=3.11.6-r1 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
nginx=1.24.0-r7 \
|
nginx=1.24.0-r14 \
|
||||||
py3-packaging=23.1-r1 \
|
py3-packaging=23.2-r0 \
|
||||||
py3-six=1.16.0-r6 \
|
py3-six=1.16.0-r8 \
|
||||||
python3=3.11.6-r0 \
|
python3=3.11.6-r1 \
|
||||||
\
|
\
|
||||||
&& pip3 install -r /tmp/requirements.txt \
|
&& pip3 install -r /tmp/requirements.txt \
|
||||||
\
|
\
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:14.3.3
|
aarch64: ghcr.io/hassio-addons/base:15.0.3
|
||||||
amd64: ghcr.io/hassio-addons/base:14.3.3
|
amd64: ghcr.io/hassio-addons/base:15.0.3
|
||||||
armv7: ghcr.io/hassio-addons/base:14.3.3
|
armv7: ghcr.io/hassio-addons/base:15.0.3
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue