Skip to content

Commit 2201057

Browse files
committed
Update pixi v0.38.0
1 parent 2f26697 commit 2201057

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: startsWith(github.ref, 'refs/tags/v')
4747
uses: prefix-dev/setup-pixi@v0.8.1
4848
with:
49-
pixi-version: v0.28.2
49+
pixi-version: v0.38.0
5050
run-install: false
5151
- name: Set version
5252
if: steps.install-pixi.outcome == 'success'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/prefix-dev/pixi:0.27.1 AS install
1+
FROM ghcr.io/prefix-dev/pixi:0.38.0 AS install
22

33
COPY . /app
44
WORKDIR /app

0 commit comments

Comments
 (0)