We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdf73c commit 5b03881Copy full SHA for 5b03881
Dockerfile.ci
@@ -1,4 +1,4 @@
1
-FROM cimg/rust:1.79.0
+FROM cimg/rust:1.81.0
2
COPY --from=sclevine/yj /bin/yj /bin/yj
3
RUN /bin/yj -h
4
RUN sudo apt-get update && \
tests/docker/Dockerfile
-FROM rust:bullseye
+FROM rust:1.81.0-slim-bookworm
0 commit comments