mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2026-04-28 12:44:09 +01:00
Make the default debian version buster, preserve the 'stretch' tag for those who need it.
Signed-off-by: Daniel <daniel@developerdan.com>
This commit is contained in:
@@ -33,7 +33,7 @@ trap "cleanup" INT TERM EXIT
|
||||
# VOLUME TESTS
|
||||
|
||||
# Given...
|
||||
DEBIAN_VERSION="$(DEBIAN_VERSION:-stretch)"
|
||||
DEBIAN_VERSION="$(DEBIAN_VERSION:-buster)"
|
||||
IMAGE="${1:-pihole:v5.0-amd64}-${DEBIAN_VERSION}" # Default is latest build test image (generic, non release/branch tag)
|
||||
VOLUMES="$(mktemp -d)" # A fresh volume directory
|
||||
VOL_PH="$VOLUMES/pihole"
|
||||
|
||||
Reference in New Issue
Block a user