File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 ],
2626 "versioningTemplate" : " loose" ,
2727 "datasourceTemplate" : " repology" ,
28- "depNameTemplate" : " alpine_3_22 /{{package}}"
28+ "depNameTemplate" : " alpine_3_23 /{{package}}"
2929 },
3030 {
3131 "customType" : " regex" ,
Original file line number Diff line number Diff line change 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
33FROM ${BUILD_FROM}
44
@@ -12,8 +12,8 @@ ARG ADGUARD_HOME_VERSION="v0.107.71"
1212# hadolint ignore=DL3003,SC2155
1313RUN \
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 \
Original file line number Diff line number Diff line change 11---
22build_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
You can’t perform that action at this time.
0 commit comments