fedocal: use a more recent version of Python for prod too
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
cb3a9a1bc7
commit
7da433b68c
1 changed files with 0 additions and 4 deletions
|
@ -25,11 +25,7 @@ spec:
|
||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
namespace: openshift
|
namespace: openshift
|
||||||
{% if env == 'staging' %}
|
|
||||||
name: python:3.11-ubi9
|
name: python:3.11-ubi9
|
||||||
{% else %}
|
|
||||||
name: python:3.6-ubi8
|
|
||||||
{% endif %}
|
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue