We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8098a14 commit 347c2d1Copy full SHA for 347c2d1
.devcontainer/devcontainer.json
@@ -1,5 +1,6 @@
1
{
2
- "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-24.04",
+ // TODO: Bump to ubuntu-24.04 once Python issues are fixed: https://github.com/argoproj/argo-workflows/pull/14302#issuecomment-2742883052
3
+ "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-22.04",
4
"appPort": 8080,
5
"features": {
6
"ghcr.io/devcontainers/features/go:1": {
0 commit comments