Skip to content

Commit 6f55e5c

Browse files
author
Askar Safin
committed
Fix CI by bumping version of Ubuntu in Docker. Crate libc already did this, so let's do the same
1 parent 450cb09 commit 6f55e5c

File tree

1 file changed

+1
-1
lines changed
  • ctest/ci/docker/x86_64-unknown-linux-gnu

1 file changed

+1
-1
lines changed

ctest/ci/docker/x86_64-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM ubuntu:23.10
22
RUN apt-get update
33
RUN apt-get install -y --no-install-recommends \
44
gcc libc6-dev ca-certificates linux-headers-generic git

0 commit comments

Comments
 (0)