Skip to content
Snippets Groups Projects
Commit b0dea24d authored by Shane Hutchins's avatar Shane Hutchins
Browse files

Merge branch 'ibm-python-ver-upgrade' into 'master'

python version upgraded to 3.11

See merge request !496
parents 6181fb2a 24029c68
No related branches found
No related tags found
2 merge requests!518Merge 'master' into 'release/0.27',!496python version upgraded to 3.11
Pipeline #277501 failed
# This Dockerfile assumes you used "make build" to convert the AdminUI to static files in frontend/adminui/dist/policyservice
FROM registry.access.redhat.com/ubi8/python-39:1-168
# FROM registry.access.redhat.com/ubi8/python-39:1-168
FROM registry.access.redhat.com/ubi9/python-311
# set environment variables
# PYTHONDONTWRITEBYTECODE - Prevents Python from writing pyc files to disc (equivalent to python -B option)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment