Browse Source

Pull new base Docker images during CI.

Dan Helfman 6 năm trước cách đây
mục cha
commit
4a1ee8c911
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -1,6 +1,7 @@
 pipeline:
   build:
     image: python:3.7.0-alpine3.8
+    pull: true
     commands:
       - pip install tox
       - tox