diff --git a/.drone.yml b/.drone.yml index 6996a3d2542..e4dd2da5704 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: volumes: - /var/run/docker.sock:/var/run/docker.sock commands: - - docker build -f Dockerfile.prod . + - docker build --pull -f Dockerfile.prod . when: event: [pull_request]