Skip to content

Commit

Permalink
Update docker base image (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaviarChen authored Sep 14, 2024
1 parent 4f09674 commit aa7edb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
cargo build --release

# our final base
FROM debian:buster-slim
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y libssl-dev ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion server/github-action.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: This is only for github action, and the main binary is built there,
# so don't use this directly.

FROM debian:buster-slim
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y libssl-dev ca-certificates

Expand Down

0 comments on commit aa7edb9

Please sign in to comment.