This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 3cd58fc0 fix: devcontainer protoc feacture url (#1278)
3cd58fc0 is described below
commit 3cd58fc013b7e8b772feb51f3dbc77e257399964
Author: Almaz Murzabekov <[email protected]>
AuthorDate: Thu Jul 10 09:00:14 2025 +0200
fix: devcontainer protoc feacture url (#1278)
---
.devcontainer/devcontainer.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 38472603..74b94c28 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -9,7 +9,7 @@
"version": "latest",
"profile": "complete"
},
- "ghcr.io/devcontainers-contrib/features/protoc:1": {},
+ "ghcr.io/devcontainers-extra/features/protoc:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]