From 4fb6017a63ae3b6ba7fdae461995a1a8c2795bb9 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 21 May 2025 13:04:15 +0200 Subject: [PATCH] push to 18.6.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 112a67d..4df47e7 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.5.0 +ENV VERSION=v18.6.1 RUN git clone https://github.com/atuinsh/atuin.git /work WORKDIR /work