We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becb56d commit d2969beCopy full SHA for d2969be
templates/react-native/.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "Ubuntu",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/base:focal",
+ "image": "mcr.microsoft.com/devcontainers/base:jammy",
7
"runArgs": ["--device=/dev/net/tun"],
8
"features": {
9
"ghcr.io/devcontainers/features/java:1": {
0 commit comments