Skip to content

Commit a999dc5

Browse files
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v20 (#664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 4ab4ff3 commit a999dc5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"versioningTemplate": "loose",
2727
"datasourceTemplate": "repology",
28-
"depNameTemplate": "alpine_3_22/{{package}}"
28+
"depNameTemplate": "alpine_3_23/{{package}}"
2929
},
3030
{
3131
"customType": "regex",

adguard/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=ghcr.io/hassio-addons/base:19.0.0
1+
ARG BUILD_FROM=ghcr.io/hassio-addons/base:20.0.1
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

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

adguard/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
build_from:
3-
aarch64: ghcr.io/hassio-addons/base:19.0.0
4-
amd64: ghcr.io/hassio-addons/base:19.0.0
3+
aarch64: ghcr.io/hassio-addons/base:20.0.1
4+
amd64: ghcr.io/hassio-addons/base:20.0.1

0 commit comments

Comments
 (0)