Skip to content

Commit 304d50c

Browse files
committed
Mar 12, 2026, 1:37 PM
1 parent c7e9995 commit 304d50c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
{
44
"name": "Python 3",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/python:3-3.14-trixie",
77
"features": {
88
"ghcr.io/devcontainers-extra/features/bash-command:1": {
99
"command": "(curl -sSL \"https://github.com/buildpacks/pack/releases/download/v0.37.0/pack-v0.37.0-linux.tgz\" | sudo tar -C /usr/local/bin/ --no-same-owner -xzv pack)"
1010
},
11+
"ghcr.io/devcontainers-extra/features/bash-command:2": {
12+
"command": "curl -fsSL https://claude.ai/install.sh | bash"
13+
},
1114
"ghcr.io/devcontainers/features/docker-outside-of-docker": {
15+
"moby": false,
1216
"version": "latest",
1317
},
1418
"ghcr.io/devcontainers-extra/features/poetry": {

0 commit comments

Comments
 (0)