Skip to content

Commit 4977ea3

Browse files
committed
updated versions
1 parent d332bd7 commit 4977ea3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:bookworm-slim AS base
22

33
RUN apt-get update && apt-get install -y curl
44

5-
ARG version=1.24.2
5+
ARG version=1.26.0
66
RUN 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

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y fish git libicu72 xonsh zsh
44

55
RUN 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 -
88
ENV PATH=$PATH:/usr/local/go/bin
99

1010
COPY --from=ghcr.io/carapace-sh/shell-cmd /usr/local/bin/cmd /usr/local/bin/cmd

shell-nushell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/carapace-sh/base
2-
ARG version=0.111.0
2+
ARG version=0.114.1
33

44
RUN 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

shell-powershell/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ghcr.io/carapace-sh/base
2-
ARG version=7.5.4
2+
ARG version=7.6.3
33
ARG build=1
44

55
RUN apt-get update && apt-get install -y libicu72

0 commit comments

Comments
 (0)