Compare commits

..

3 Commits

Author SHA1 Message Date
Mostafa
e299a2e71a fmt 2025-02-27 07:26:17 -06:00
Mostafa
00ac44427f clippy 2025-02-27 07:24:23 -06:00
Mostafa
147eba52c0 Add checkout_failure_limit config/feature 2025-02-27 07:17:10 -06:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.81.0-slim-bookworm AS builder
FROM rust:1.79.0-slim-bookworm AS builder
RUN apt-get update && \
apt-get install -y build-essential

View File

@@ -1,4 +1,4 @@
FROM cimg/rust:1.81.0
FROM cimg/rust:1.79.0
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h
RUN sudo apt-get update && \

View File

@@ -1,4 +1,4 @@
FROM rust:1.81.0-slim-bookworm
FROM rust:bullseye
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h