Skip to content

Commit

Permalink
Update Debian base image to bookwork
Browse files Browse the repository at this point in the history
% docker run -it --net=host --name reductionist reductionist
reductionist: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by reductionist)
reductionist: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by reductionist)
reductionist: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by reductionist)
  • Loading branch information
sd109 committed Sep 13, 2024
1 parent 52e39b9 commit 7aec04c
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 @@ -16,7 +16,7 @@ COPY . .
RUN cargo install --path . --profile $PROFILE --locked

# Stage 2: final image
FROM debian:bullseye-slim
FROM debian:bookworm-slim
# AWS SDK requires CA certificates to be present.
RUN apt update \
&& apt install -y --no-install-recommends ca-certificates \
Expand Down

0 comments on commit 7aec04c

Please sign in to comment.