We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7889ff7 commit fd3df5dCopy full SHA for fd3df5d
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04
2
3
-ARG PIXI_VERSION=v0.63.1
+ARG PIXI_VERSION=v0.65.0
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