From f4a5a24e45496a8ae6c1190e345d8d8a8f2de56f Mon Sep 17 00:00:00 2001 From: Nick Slowinski Date: Mon, 26 Jun 2023 15:02:00 +0200 Subject: [PATCH] back to ubi image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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