Bump version to 0.2.2, add inline command for listing unviewed videos
Some checks failed
Docker Push / docker (push) Has been cancelled

This commit is contained in:
Shiroyasha 2025-02-09 18:58:24 +03:00
parent fa125b47fb
commit dca70ba2cc
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
6 changed files with 148 additions and 68 deletions

View file

@ -1,6 +1,6 @@
## Chef
# FROM clux/muslrust:stable AS chef
FROM rust:1.84.0-alpine3.20 AS chef
FROM rust:alpine AS chef
USER root
RUN apk add --no-cache musl-dev libressl-dev
RUN cargo install cargo-chef