push to 18.5.0
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 9m50s

This commit is contained in:
Sebastian Hugentobler 2025-04-23 17:06:17 +02:00
parent dfe1899813
commit e9e921e49f
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 echo "atuin:x:2222:2222:Linux User,,,:/atuin:/atuin" > /passwd
RUN mkdir /atuin RUN mkdir /atuin
ENV VERSION=v18.4.0 ENV VERSION=v18.5.0
RUN git clone https://github.com/atuinsh/atuin.git /work RUN git clone https://github.com/atuinsh/atuin.git /work
WORKDIR /work WORKDIR /work