⬆️ Update alpine_3_21/yq-go to v4.44.5-r1 (#572)

This commit is contained in:
renovate[bot] 2025-01-30 14:20:25 +01:00 committed by GitHub
parent 211be0dcf1
commit cc61e4a948
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.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 \