Skip to content
  • Kevin Daudt's avatar
    docker-image: add --pull to build command · 284bd431
    Kevin Daudt authored
    docker does not automatically make sure the latest base images are
    fetche before building in image. This causes old base images to be used
    even when newer ones are available.
    
    Add `--pull` to the build command to make sure it fetches new images
    before using them.
    284bd431