We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073721f commit d96fd0bCopy full SHA for d96fd0b
adguard/Dockerfile
@@ -8,7 +8,7 @@ ARG BUILD_ARCH=amd64
8
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
9
10
# Setup base
11
-ARG ADGUARD_HOME_VERSION="v0.107.52"
+ARG ADGUARD_HOME_VERSION="v0.107.53"
12
# hadolint ignore=DL3003,SC2155
13
RUN \
14
apk add --no-cache \
0 commit comments