Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-07-15 16:48:50 -05:00
parent c619303a30
commit 4808b9fe8d
2 changed files with 3 additions and 3 deletions

View File

@ -37,10 +37,10 @@ ENV ServerIP 0.0.0.0
ENV FTL_CMD no-daemon
ENV DNSMASQ_USER root
ENV VERSION v5.0
ENV VERSION v5.1
ENV PATH /opt/pihole:${PATH}
LABEL image="pihole/pihole:v5.0_amd64"
LABEL image="pihole/pihole:v5.1_amd64"
LABEL maintainer="adam@diginc.us"
LABEL url="https://www.github.com/pi-hole/docker-pi-hole"

View File

@ -1 +1 @@
v5.0
v5.1