Skip to content

Commit 347c2d1

Browse files
authored
fix(build): downgrade dev container image due to Python issues (#14323)
Signed-off-by: Mason Malone <[email protected]>
1 parent 8098a14 commit 347c2d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-24.04",
2+
// 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",
34
"appPort": 8080,
45
"features": {
56
"ghcr.io/devcontainers/features/go:1": {

0 commit comments

Comments
 (0)