fix: Remove RC python
This commit is contained in:
parent
ad51a9ebc8
commit
972b0fa811
1 changed files with 0 additions and 20 deletions
|
|
@ -406,26 +406,6 @@ export function setDefaultBaseImage(buildPack) {
|
|||
}
|
||||
];
|
||||
const pythonVersions = [
|
||||
{
|
||||
value: 'python:3.11-alpine',
|
||||
label: 'python:3.11-alpine'
|
||||
},
|
||||
{
|
||||
value: 'python:3.11-buster',
|
||||
label: 'python:3.11-buster'
|
||||
},
|
||||
{
|
||||
value: 'python:3.11-bullseye',
|
||||
label: 'python:3.11-bullseye'
|
||||
},
|
||||
{
|
||||
value: 'python:3.11-slim-bullseye',
|
||||
label: 'python:3.11-slim-bullseye'
|
||||
},
|
||||
{
|
||||
value: 'python:3.11-alpine',
|
||||
label: 'python:3.11-alpine'
|
||||
},
|
||||
{
|
||||
value: 'python:3.10-buster',
|
||||
label: 'python:3.10-buster'
|
||||
|
|
|
|||
Loading…
Reference in a new issue