File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:bookworm-slim AS base
22
33RUN apt-get update && apt-get install -y curl
44
5- ARG version=1.24.2
5+ ARG version=1.26.0
66RUN curl -L "https://github.com/starship/starship/releases/download/v${version}/starship-x86_64-unknown-linux-gnu.tar.gz" | tar -xvz starship \
77 && mv starship /usr/local/bin/
88
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y fish git libicu72 xonsh zsh
44
55RUN git config --system safe.directory '*'
66
7- RUN curl -L https://go.dev/dl/go1.26.1 .linux-amd64.tar.gz | tar -C /usr/local -xzf -
7+ RUN curl -L https://go.dev/dl/go1.26.5 .linux-amd64.tar.gz | tar -C /usr/local -xzf -
88ENV PATH=$PATH:/usr/local/go/bin
99
1010COPY --from=ghcr.io/carapace-sh/shell-cmd /usr/local/bin/cmd /usr/local/bin/cmd
Original file line number Diff line number Diff line change 11FROM ghcr.io/carapace-sh/base
2- ARG version=0.111.0
2+ ARG version=0.114.1
33
44RUN curl -L https://github.com/nushell/nushell/releases/download/${version}/nu-${version}-x86_64-unknown-linux-gnu.tar.gz | tar -xvz \
55 && mv nu-${version}-x86_64-unknown-linux-gnu/nu /usr/local/bin
Original file line number Diff line number Diff line change 11FROM ghcr.io/carapace-sh/base
2- ARG version=7.5.4
2+ ARG version=7.6.3
33ARG build=1
44
55RUN apt-get update && apt-get install -y libicu72
You can’t perform that action at this time.
0 commit comments