Skip to content

Commit

Permalink
fix: use bookworm-slim to get glibc_2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
BiPhan4 committed Dec 11, 2024
1 parent b8ab47b commit 3664975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . .
RUN make install

# Use a smaller image for the final runtime container
FROM debian:bullseye-slim
FROM debian:bookworm-slim

# Set up necessary environment variables
ENV MULBERRY_HOME /root/.mulberry
Expand Down

0 comments on commit 3664975

Please sign in to comment.