Skip to content

Commit b3a487a

Browse files
committed
fix: rollback to debian buster
1 parent a1b89b0 commit b3a487a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/boost/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim
1+
FROM debian:buster-slim
22

33
# TARGETARCH is filled in by Docker Buildx
44
ARG TARGETARCH
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
zlib1g-dev \
2424
libtool-bin \
2525
unzip \
26-
which \
26+
# which \
2727
curl \
2828
pkg-config \
2929
libatomic1 && \

0 commit comments

Comments
 (0)