diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4f8f7bc..2044f39 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,7 +2,7 @@ steps: - label: ":python: Type check" command: "mypy --strict ." plugins: - - docker#v5.11.0: + - docker#v5.12.0: image: "cytopia/mypy:latest-py3.10" # https://hub.docker.com/r/cytopia/mypy workdir: "/data" # Expected by image: https://github.com/cytopia/docker-mypy/blob/f33fba854ea69a4fd102a044242c2a3c8efac6e3/Dockerfiles/Dockerfile.python3.10#L50 entrypoint: "" # Override: https://github.com/cytopia/docker-mypy/blob/f33fba854ea69a4fd102a044242c2a3c8efac6e3/Dockerfiles/Dockerfile.python3.10#L51 @@ -11,7 +11,7 @@ steps: - label: ":python: Unit tests" command: ".buildkite/steps/unit_tests.sh" plugins: - - docker#v5.11.0: + - docker#v5.12.0: image: "python:3.10-alpine" - label: ":sparkles: Lint" plugins: