fix: Make docker pull latest images when building
This will help with instances where the image was cached already.
This commit is contained in:
parent
f7904e4bde
commit
4374b5f941
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ impl BuildDriver for DockerDriver {
|
|||
command
|
||||
.arg("buildx")
|
||||
.arg("build")
|
||||
.arg("--pull")
|
||||
.arg("-f")
|
||||
.arg(CONTAINER_FILE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue