From 3e14886f5a25c7eb5ad07cebd29a3e55ff8d2442 Mon Sep 17 00:00:00 2001 From: "jd1048576-renovate[bot]" <192009716+jd1048576-renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:21:12 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/starship/starship to v1.23.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 641dd1d..c22d6cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -115,7 +115,7 @@ RUN --mount=type=tmpfs,target=/tmp set -eux; \ python3 --version; # renovate: datasource=git-tags depName=https://github.com/starship/starship extractVersion=v(?.+)$ -ARG STARSHIP_VERSION="1.22.1" +ARG STARSHIP_VERSION="1.23.0" RUN --mount=type=cache,target=/root/.cache/starship set -eux; \ case "${TARGETPLATFORM}" in linux/amd64) ARCH="x86_64";; linux/arm64) ARCH="aarch64";; *) printf "Unsupported target platform [%s]\n"; exit 1;; esac; \ curl -fsSLo bundle.tar.gz "https://github.com/starship/starship/releases/download/v${STARSHIP_VERSION}/starship-${ARCH}-unknown-linux-musl.tar.gz"; \