From e9e921e49f13b45e71d5e4198c65858cb88b4e41 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 23 Apr 2025 17:06:17 +0200 Subject: [PATCH] push to 18.5.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4566a46..112a67d 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.4.0 +ENV VERSION=v18.5.0 RUN git clone https://github.com/atuinsh/atuin.git /work WORKDIR /work