From 4f6f3784044e25e40cbe30578f972ce13bc5cfdd Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Thu, 17 Jul 2025 10:37:59 +0200 Subject: [PATCH] push to 18.7.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b9a150b..0e29728 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ ENV CARGO_BUILD_RUSTFLAGS="-C target-feature=+crt-static" RUN echo "atuin:x:2222:2222:Linux User,,,:/atuin:/atuin" > /passwd RUN mkdir /atuin -ENV VERSION=v18.6.1 +ENV VERSION=v18.7.1 RUN git clone https://github.com/atuinsh/atuin.git /work WORKDIR /work