Bump rust version on CI image (#913)

This commit is contained in:
Mostafa
2025-02-27 14:49:25 -06:00
committed by GitHub
parent 4fdf73c599
commit 5b038813eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM cimg/rust:1.79.0
FROM cimg/rust:1.81.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:bullseye
FROM rust:1.81.0-slim-bookworm
COPY --from=sclevine/yj /bin/yj /bin/yj
RUN /bin/yj -h