push to 18.6.1
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 7m48s

This commit is contained in:
Sebastian Hugentobler 2025-05-21 13:04:15 +02:00
parent e9e921e49f
commit 4fb6017a63
Signed by: shu
SSH Key Fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View File

@ -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