Skip to content

Commit e0b0352

Browse files
⬆️ Update alpine_3_19/yq to v4.35.2-r3 (#512)
1 parent 56807a6 commit e0b0352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adguard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG ADGUARD_HOME_VERSION="v0.107.47"
1313
RUN \
1414
apk add --no-cache \
1515
nginx=1.24.0-r15 \
16-
yq=4.35.2-r2 \
16+
yq=4.35.2-r3 \
1717
\
1818
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
1919
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \

0 commit comments

Comments
 (0)