mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
Always attempt to pull a newer version of the image
This commit is contained in:
parent
66f17aa16b
commit
07035e327e
@ -10,5 +10,6 @@ do
|
||||
docker build \
|
||||
--build-arg DOCKER_VERSION="${docker_version}" \
|
||||
--build-arg COMPOSE_VERSION="${compose_version}" \
|
||||
--pull \
|
||||
-t "${image}" .
|
||||
done < DOCKER_AND_COMPOSE_VERSION_MATRIX
|
||||
|
Loading…
Reference in New Issue
Block a user