Skip to content

Commit 2f36fda

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v15 (#95)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 213111b commit 2f36fda

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"versioningTemplate": "loose",
2525
"datasourceTemplate": "repology",
26-
"depNameTemplate": "alpine_3_18/{{package}}"
26+
"depNameTemplate": "alpine_3_19/{{package}}"
2727
}
2828
],
2929
"packageRules": [

mqtt-io/Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
33
FROM ${BUILD_FROM}
44

@@ -13,16 +13,16 @@ COPY requirements.txt /tmp/
1313
RUN \
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 \

mqtt-io/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
build_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
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)