⬆️ Update alpine_3_21/yq-go to v4.44.5-r4 (#597)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-09 20:24:42 +02:00 committed by GitHub
parent efe3379199
commit e54e1b9f6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.59"
RUN \
apk add --no-cache \
nginx=1.26.3-r0 \
yq-go=4.44.5-r3 \
yq-go=4.44.5-r4 \
\
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \