util-docker: Set 'pull' to 'always'

This ensures the a `docker pull` command is always run before building.

Change-Id: If1a66b9b426d5843459e0308a64f13a11c0c6ed2
This commit is contained in:
Bobby R. Bruce
2024-06-25 11:25:00 -07:00
parent 9d635dea55
commit c1a562083d

View File

@@ -40,6 +40,7 @@ target "common" {
# Here we are enabling multi-platform builds. We are compiling to both ARM
# amd X86.
platforms = ["linux/amd64", "linux/arm64", "linux/riscv64"]
pull = true
}
# A group of targets to be built. Note: groups can contain other groups.