We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc06f57 commit 6bff967Copy full SHA for 6bff967
builders/Dockerfile.debian
@@ -1,4 +1,7 @@
1
-FROM --platform=linux/amd64 debian:12-slim
+# 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
5
6
RUN apt update -y \
7
&& apt install -y gcc make gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu wget
0 commit comments