Skip to content

Commit f27676b

Browse files
committed
Use python base image
1 parent cdd09de commit f27676b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
33
{
44
"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",
5+
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
76
"features": {
87
"ghcr.io/devcontainers/features/common-utils:2": {},
98
"ghcr.io/devcontainers/features/docker-in-docker:2": {},

0 commit comments

Comments
 (0)