Skip to content

Commit e0b19f7

Browse files
authored
Merge pull request #107 from blooop/feature/update_devcontainer
Feature/update devcontainer
2 parents 086e4e8 + 0aa29df commit e0b19f7

File tree

3 files changed

+272
-281
lines changed

3 files changed

+272
-281
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM mcr.microsoft.com/devcontainers/base:jammy
22

3-
ARG PIXI_VERSION=v0.48.2
3+
ARG PIXI_VERSION
44

55
RUN curl -L -o /usr/local/bin/pixi -fsSL --compressed "https://github.com/prefix-dev/pixi/releases/download/${PIXI_VERSION}/pixi-$(uname -m)-unknown-linux-musl" \
66
&& chmod +x /usr/local/bin/pixi \

.devcontainer/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dockerfile": "Dockerfile",
55
"context": "..",
66
"args": {
7-
"PIXI_VERSION": "v0.48.2"
7+
"PIXI_VERSION": "v0.62.2"
88
}
99
},
1010
"customizations": {
@@ -22,7 +22,10 @@
2222
}
2323
},
2424
"features": {
25-
"ghcr.io/devcontainers/features/common-utils:2": {},
25+
// "ghcr.io/devcontainers/features/docker-in-docker:2": {}
26+
// "ghcr.io/devcontainers/features/common-utils:2": {},
27+
// "ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
28+
// "ghcr.io/jsburckhardt/devcontainer-features/codex:latest": {}
2629
},
2730
"mounts": [
2831
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"

0 commit comments

Comments
 (0)