flatpak-indexer: use ubi8/python-39

flatpak-indexer now uses some Python-3.9 features.
This commit is contained in:
Owen W. Taylor 2022-05-31 09:26:00 -04:00 committed by kevin
parent 63a8c4a39e
commit 1d6c2939f5
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ metadata:
apiVersion: v1
kind: ImageStream
metadata:
name: ubi8-python-38
name: ubi8-python-39
spec:
lookupPolicy:
local: false
@ -59,7 +59,7 @@ metadata:
- name: latest
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/python-38:latest
name: registry.access.redhat.com/ubi8/python-39:latest
importPolicy:
scheduled: true
referencePolicy:

View file

@ -65,7 +65,7 @@ spec:
value: "1"
from:
kind: ImageStreamTag
name: ubi8-python-38:latest
name: ubi8-python-39:latest
type: Source
triggers:
- type: ConfigChange