Skip to content

Commit f7d3615

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <[email protected]>
1 parent 9868e3e commit f7d3615

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"versioningTemplate": "loose",
2525
"datasourceTemplate": "repology",
26-
"depNameTemplate": "alpine_3_20/{{package}}"
26+
"depNameTemplate": "alpine_3_21/{{package}}"
2727
},
2828
{
2929
"fileMatch": ["/Dockerfile$"],

adguard/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -12,8 +12,8 @@ ARG ADGUARD_HOME_VERSION="v0.107.54"
1212
# hadolint ignore=DL3003,SC2155
1313
RUN \
1414
apk add --no-cache \
15-
nginx=1.26.2-r0 \
16-
yq-go=4.44.1-r2 \
15+
nginx=1.26.2-r3 \
16+
yq-go=4.44.5-r0 \
1717
\
1818
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
1919
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \

adguard/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:16.3.6
4-
amd64: ghcr.io/hassio-addons/base:16.3.6
5-
armv7: ghcr.io/hassio-addons/base:16.3.6
3+
aarch64: ghcr.io/hassio-addons/base:17.0.0
4+
amd64: ghcr.io/hassio-addons/base:17.0.0
5+
armv7: ghcr.io/hassio-addons/base:17.0.0
66
codenotary:
77
base_image: [email protected]
88

0 commit comments

Comments
 (0)