File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2323 ],
2424 "versioningTemplate" : " loose" ,
2525 "datasourceTemplate" : " repology" ,
26- "depNameTemplate" : " alpine_3_18 /{{package}}"
26+ "depNameTemplate" : " alpine_3_19 /{{package}}"
2727 }
2828 ],
2929 "packageRules" : [
Original file line number Diff line number Diff line change 1- ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.3 .3
1+ ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0 .3
22# hadolint ignore=DL3006
33FROM ${BUILD_FROM}
44
@@ -13,16 +13,16 @@ COPY requirements.txt /tmp/
1313RUN \
1414 apk add --no-cache --virtual .build-dependencies \
1515 build-base=0.5-r3 \
16- git=2.40.1 -r0 \
17- libffi-dev=3.4.4-r2 \
18- py3-wheel=0.40 .0-r1 \
19- python3-dev=3.11.6-r0 \
16+ git=2.43.0 -r0 \
17+ libffi-dev=3.4.4-r3 \
18+ py3-wheel=0.42 .0-r0 \
19+ python3-dev=3.11.6-r1 \
2020 \
2121 && apk add --no-cache \
22- py3-bcrypt=4.0 .1-r2 \
23- py3-cryptography=41.0.3 -r0 \
24- py3-pip=23.1.2 -r0 \
25- python3=3.11.6-r0 \
22+ py3-bcrypt=4.1 .1-r0 \
23+ py3-cryptography=41.0.7 -r0 \
24+ py3-pip=23.3.1 -r0 \
25+ python3=3.11.6-r1 \
2626 \
2727 && pip install --upgrade pip==23.0.1 \
2828 && pip install -r /tmp/requirements.txt \
Original file line number Diff line number Diff line change 11---
22build_from :
3- aarch64 : ghcr.io/hassio-addons/base:14.3 .3
4- amd64 : ghcr.io/hassio-addons/base:14.3 .3
5- armv7 : ghcr.io/hassio-addons/base:14.3 .3
3+ aarch64 : ghcr.io/hassio-addons/base:15.0 .3
4+ amd64 : ghcr.io/hassio-addons/base:15.0 .3
5+ armv7 : ghcr.io/hassio-addons/base:15.0 .3
66codenotary :
7788
You can’t perform that action at this time.
0 commit comments