Commit 7add1e1e authored by xiezhi's avatar xiezhi

multi version support

parent 82e998e3
......@@ -2,7 +2,7 @@
"name": "Python 3.10 Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.10",
"installTools": true,
"installPipx": true,
......
......@@ -2,7 +2,7 @@
"name": "Python Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.11",
"installTools": true,
"installPipx": true,
......
......@@ -2,7 +2,7 @@
"name": "Python 3.12 Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.12",
"installTools": true,
"installPipx": true,
......
......@@ -2,7 +2,7 @@
"name": "Python 3.9 Development Environment",
"image": "hb.eazytec-cloud.com/eazytec/eazydevelop-base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/python:1": {
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.9",
"installTools": true,
"installPipx": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment