mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 10:47:51 +08:00
fix(ci): switch to debian:bookworm-slim
Some checks are pending
Spell Check / spellcheck (push) Waiting to run
Some checks are pending
Spell Check / spellcheck (push) Waiting to run
Fixes https://github.com/ipfs/kubo/actions/runs/16871954614/job/47788281700?pr=10905#step:5:8 - Debian 13 "Trixie" became stable on August 9, 2025 (just 2 days ago!) - CI gets Debian 13 (GLIBC 2.38+) when pulling debian:stable-slim - Busybox still has GLIBC 2.36 - The tini binary compiled on Debian 13 requires GLIBC 2.38
This commit is contained in:
parent
f9e892d974
commit
4db7d96e9a
@ -27,7 +27,7 @@ RUN cd $SRC_DIR \
|
||||
# Using Debian Buster because the version of busybox we're using is based on it
|
||||
# and we want to make sure the libraries we're using are compatible. That's also
|
||||
# why we're running this for the target platform.
|
||||
FROM debian:stable-slim AS utilities
|
||||
FROM debian:bookworm-slim AS utilities
|
||||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get install -y \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user