fix: Remove RC python
This commit is contained in:
parent
ad51a9ebc8
commit
972b0fa811
@ -406,26 +406,6 @@ export function setDefaultBaseImage(buildPack) {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
const pythonVersions = [
|
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',
|
value: 'python:3.10-buster',
|
||||||
label: 'python:3.10-buster'
|
label: 'python:3.10-buster'
|
||||||
|
Loading…
Reference in New Issue
Block a user