Skip to content

Commit

Permalink
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cuviper committed May 17, 2024
1 parent 7646277 commit 80535f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/sparc64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.10
FROM ubuntu:22.04

RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \
Expand Down

0 comments on commit 80535f3

Please sign in to comment.