Skip to content

Commit

Permalink
change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 1, 2024
1 parent becb56d commit d2969be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/react-native/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:focal",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"runArgs": ["--device=/dev/net/tun"],
"features": {
"ghcr.io/devcontainers/features/java:1": {
Expand Down

0 comments on commit d2969be

Please sign in to comment.