-
Bug
-
Resolution: Done
-
Normal
-
1.4.0
-
None
-
2
-
False
-
-
False
-
-
-
RHDH Security 3269
Description of problem:
While testing the quay.io/rhdh/rhdh-hub-rhel9:1.4-138 image, I noticed it's using Python 3.9
bash-5.1$ python --version
Python 3.9.21
This version is coming from the base image but it looks like we also update it in our dockerfile
I checked our 1.3.1 image and verified we have the updated version there:
bash-5.1$ python --version
Python 3.11.9
See Slack thread
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- <steps>