diff --git a/.drone.yml b/.drone.yml index 88ebb8c..2a9fd7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: python:3.11.4-alpine3.18 + image: registry.access.redhat.com/ubi9/python-311:1-12 commands: - pip install -r requirements.txt - mkdocs build \ No newline at end of file