Skip to content

Commit

Permalink
build: adguard version 0.107.36
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomd343 committed Sep 1, 2023
1 parent a298073 commit 7894eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mv main /tmp/overture

FROM ${ALPINE} AS adguard-src
RUN apk add git
ENV ADGUARD="0.107.33"
ENV ADGUARD="0.107.36"
RUN git clone https://github.com/AdguardTeam/AdGuardHome.git -b v${ADGUARD} --depth=1

FROM ${NODE} AS adguard-web
Expand Down

0 comments on commit 7894eb5

Please sign in to comment.