Skip to content

Commit

Permalink
⬆️ Update dev image to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
amcintosh committed Aug 13, 2023
1 parent 3f2ef47 commit 8571989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "PHP",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/php:0-8.2",
"image": "mcr.microsoft.com/devcontainers/php:1-8.2-bookworm",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -24,7 +24,8 @@
"nodeGypDependencies": true,
"version": "lts"
},
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {}
"ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {},
"ghcr.io/devcontainers-contrib/features/wget-apt-get:1": {}
}

// Use 'postCreateCommand' to run commands after the container is created.
Expand Down

0 comments on commit 8571989

Please sign in to comment.