Skip to content

Commit

Permalink
Change default value of PIHOLE_DOCKER_TAG in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed May 27, 2024
1 parent fdfc6ce commit 5ead84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG TARGETPLATFORM
ARG WEB_BRANCH="development-v6"
ARG CORE_BRANCH="development-v6"
ARG FTL_BRANCH="development-v6"
ARG PIHOLE_DOCKER_TAG="unknown"
ARG PIHOLE_DOCKER_TAG="dev-localbuild"
ARG PADD_BRANCH="PADD_FTLv6"

ENV DNSMASQ_USER=pihole
Expand Down

0 comments on commit 5ead84a

Please sign in to comment.