mirror of
https://github.com/hassio-addons/addon-adguard-home.git
synced 2025-05-07 12:41:31 +00:00
⬆️ Update alpine_3_21/yq-go to v4.44.5-r1 (#572)
This commit is contained in:
parent
211be0dcf1
commit
cc61e4a948
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.56"
|
|||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.26.2-r4 \
|
||||
yq-go=4.44.5-r0 \
|
||||
yq-go=4.44.5-r1 \
|
||||
\
|
||||
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
|
||||
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue