Skip to content

Commit 5b03881

Browse files
authoredFeb 27, 2025
Bump rust version on CI image (#913)
1 parent 4fdf73c commit 5b03881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Dockerfile.ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cimg/rust:1.79.0
1+
FROM cimg/rust:1.81.0
22
COPY --from=sclevine/yj /bin/yj /bin/yj
33
RUN /bin/yj -h
44
RUN sudo apt-get update && \

‎tests/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:bullseye
1+
FROM rust:1.81.0-slim-bookworm
22

33
COPY --from=sclevine/yj /bin/yj /bin/yj
44
RUN /bin/yj -h

0 commit comments

Comments
 (0)