Skip to content

Commit 17ca662

Browse files
committed
fix
1 parent 7f68e72 commit 17ca662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/timeboost.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ RUN rustup component add rustfmt --toolchain nightly
1414
RUN cargo build --release --bin timeboost
1515

1616
# Non-root app container stage
17-
FROM debian:bullseye-slim
17+
FROM debian:bookworm-slim
1818

1919
WORKDIR /app
2020

21-
RUN apt update && apt-get install -y libcurl4
21+
RUN apt update && apt-get install -y libcurl4 openssl
2222

2323
# Create non-root user and group
2424
RUN groupadd -r appgroup && useradd -r -g appgroup timeboostuser

0 commit comments

Comments
 (0)