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.
2 parents c9fb7e9 + 468fc11 commit e8ae755Copy full SHA for e8ae755
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
FROM mcr.microsoft.com/devcontainers/base:jammy
2
3
-ARG PIXI_VERSION=v0.41.4
+ARG PIXI_VERSION=v0.48.2
4
5
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" \
6
&& chmod +x /usr/local/bin/pixi \
0 commit comments