Skip to content

Commit 80535f3

Browse files
committed
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
This partially reverts commit 946c348. The test binaries were getting a symbol version for `GLIBC_2.38`, but the debian-11 image used for qemu doesn't have that new of glibc.
1 parent 7646277 commit 80535f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/sparc64-unknown-linux-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:23.10
1+
FROM ubuntu:22.04
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
curl ca-certificates \

0 commit comments

Comments
 (0)