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 cdd09de commit f27676bCopy full SHA for f27676b
.devcontainer.json
@@ -2,8 +2,7 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
3
{
4
"name": "Idris2 Dockerfiles",
5
- // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/base:bullseye",
+ "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
7
"features": {
8
"ghcr.io/devcontainers/features/common-utils:2": {},
9
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
0 commit comments