Skip to content

Commit

Permalink
⬆️ Update alpine_3_19/yq to v4.35.2-r2 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent a1167b4 commit a9a47bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adguard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.45"
RUN \
apk add --no-cache \
nginx=1.24.0-r15 \
yq=4.35.2-r1 \
yq=4.35.2-r2 \
\
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
Expand Down

0 comments on commit a9a47bb

Please sign in to comment.