Skip to content

Commit d621c28

Browse files
committed
update devcontainer pixi version
1 parent 086e4e8 commit d621c28

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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: 2 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,7 @@
2222
}
2323
},
2424
"features": {
25-
"ghcr.io/devcontainers/features/common-utils:2": {},
25+
// "ghcr.io/devcontainers/features/common-utils:2": {},
2626
},
2727
"mounts": [
2828
"source=${localWorkspaceFolderBasename}-pixi,target=${containerWorkspaceFolder}/.pixi,type=volume"

pixi.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)