From fda467082c357c5a73ca5e74482cdf275b9eb8c7 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Thu, 27 Feb 2025 14:34:27 -0600 Subject: [PATCH] Bump rust version on CI image --- Dockerfile.ci | 2 +- tests/docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 565418d..b8a7180 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -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 && \ diff --git a/tests/docker/Dockerfile b/tests/docker/Dockerfile index 6eccddd..ec77a2e 100644 --- a/tests/docker/Dockerfile +++ b/tests/docker/Dockerfile @@ -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