1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-25 00:37:47 +02:00

Merge pull request #1395 from pi-hole/v6/docker_tag

re-add the PIHOLE_DOCKER_TAG build arg that went missing along the way
This commit is contained in:
Adam Warner 2023-07-23 23:30:30 +01:00 committed by GitHub
commit 4471863464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ RUN apk add --no-cache \
procps \
ncurses
ARG PIHOLE_DOCKER_TAG="unknown"
RUN echo "${PIHOLE_DOCKER_TAG}" > /pihole.docker.tag
ARG WEB_BRANCH="development-v6"
ARG CORE_BRANCH="development-v6"
ARG FTL_BRANCH="development-v6"