Skip to content

Commit

Permalink
⬆️ Upgrades yq to 4.30.4-r1 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 16, 2022
1 parent 2d4d60f commit 7a9b1e4
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 @@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
nginx=1.22.1-r0 \
yq=4.30.4-r0 \
yq=4.30.4-r1 \
\
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
Expand Down

0 comments on commit 7a9b1e4

Please sign in to comment.