Skip to content

Commit

Permalink
build: AdGuardHome version 0.107.43
Browse files Browse the repository at this point in the history
  • Loading branch information
dnomd343 committed Jan 30, 2024
1 parent bbfcef4 commit a5630db
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.41"
ENV ADGUARD="0.107.43"
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 a5630db

Please sign in to comment.