Skip to content

Commit

Permalink
Upgrade to glibc2.31 for Linux builds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Oct 29, 2024
1 parent e2949d0 commit f7d56f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dockerbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Docker image to facilitate building Element Desktop's native bits using a glibc version with broader compatibility
FROM rust:buster
# Docker image to facilitate building Element Desktop's native bits using a glibc version (2.31)
# with broader compatibility, down to Debian bullseye & Ubuntu focal.
FROM rust:bullseye

ENV DEBIAN_FRONTEND noninteractive

Expand Down

0 comments on commit f7d56f0

Please sign in to comment.