We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56807a6 commit e0b0352Copy full SHA for e0b0352
adguard/Dockerfile
@@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.47"
13
RUN \
14
apk add --no-cache \
15
nginx=1.24.0-r15 \
16
- yq=4.35.2-r2 \
+ yq=4.35.2-r3 \
17
\
18
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
19
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
0 commit comments