Skip to content

Commit 6bff967

Browse files
committed
Use Debian 11 instead of 12
1 parent bc06f57 commit 6bff967

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

builders/Dockerfile.debian

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM --platform=linux/amd64 debian:12-slim
1+
# Use a debian version that is old enough to lead to a low
2+
# glibc requirement of builds.
3+
# Debian 11 "Bullseye" has long-term support until August 31st, 2026
4+
FROM --platform=linux/amd64 debian:11-slim
25

36
RUN apt update -y \
47
&& apt install -y gcc make gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu wget

0 commit comments

Comments
 (0)