From a7712c52c0f87d169a2775655d5bb1eeafb010ac Mon Sep 17 00:00:00 2001 From: Askar Safin Date: Sat, 20 Apr 2024 23:36:15 +0300 Subject: [PATCH] Fix CI by bumping version of Ubuntu in Docker. Crate libc already did this, so let's do the same --- ci/docker/x86_64-unknown-linux-gnu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/x86_64-unknown-linux-gnu/Dockerfile b/ci/docker/x86_64-unknown-linux-gnu/Dockerfile index 2280958..2d766be 100644 --- a/ci/docker/x86_64-unknown-linux-gnu/Dockerfile +++ b/ci/docker/x86_64-unknown-linux-gnu/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:23.10 RUN apt-get update RUN apt-get install -y --no-install-recommends \ gcc libc6-dev ca-certificates linux-headers-generic git