Skip to content

Commit

Permalink
Fix CI by bumping version of Ubuntu in Docker. Crate libc already did…
Browse files Browse the repository at this point in the history
… this, so let's do the same
  • Loading branch information
Askar Safin committed Apr 20, 2024
1 parent df857fe commit a7712c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a7712c5

Please sign in to comment.