Skip to content

Commit

Permalink
Use Debian 11 instead of 12
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 4, 2024
1 parent 642a06e commit cc6d8e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion builders/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM --platform=linux/amd64 debian:12-slim
# Use a debian version that is old enough to lead to a low
# glibc requirement of builds.
# Debian 11 "Bullseye" has long-term support until August 31st, 2026
FROM --platform=linux/amd64 debian:11-slim

RUN apt update -y \
&& apt install -y gcc make gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu wget
Expand Down

0 comments on commit cc6d8e0

Please sign in to comment.