1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

Merge pull request #2155 from rhansen/docker-pull

chore: Pass `--pull` to `docker build` to get fresh images
This commit is contained in:
Nicolas Duchon
2023-01-30 07:57:44 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ DIR=$(cd "${TESTDIR}/.." && pwd) || exit 1
# check requirements
echo "> Building nginx-proxy-tester image..."
docker build -t nginx-proxy-tester \
docker build --pull -t nginx-proxy-tester \
-f "${TESTDIR}/requirements/Dockerfile-nginx-proxy-tester" \
"${TESTDIR}/requirements" \
|| exit 1