Skip to content

Commit e8ae755

Browse files
authored
Merge pull request #91 from blooop/feature/shellcheck
Feature/shellcheck
2 parents c9fb7e9 + 468fc11 commit e8ae755

File tree

3 files changed

+453
-483
lines changed

3 files changed

+453
-483
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.41.4
3+
ARG PIXI_VERSION=v0.48.2
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 \

0 commit comments

Comments
 (0)