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.
1 parent 2f26697 commit 2201057Copy full SHA for 2201057
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
if: startsWith(github.ref, 'refs/tags/v')
47
uses: prefix-dev/[email protected]
48
with:
49
- pixi-version: v0.28.2
+ pixi-version: v0.38.0
50
run-install: false
51
- name: Set version
52
if: steps.install-pixi.outcome == 'success'
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/prefix-dev/pixi:0.27.1 AS install
+FROM ghcr.io/prefix-dev/pixi:0.38.0 AS install
2
3
COPY . /app
4
WORKDIR /app
0 commit comments