We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f68e72 commit 17ca662Copy full SHA for 17ca662
docker/timeboost.Dockerfile
@@ -14,11 +14,11 @@ RUN rustup component add rustfmt --toolchain nightly
14
RUN cargo build --release --bin timeboost
15
16
# Non-root app container stage
17
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
18
19
WORKDIR /app
20
21
-RUN apt update && apt-get install -y libcurl4
+RUN apt update && apt-get install -y libcurl4 openssl
22
23
# Create non-root user and group
24
RUN groupadd -r appgroup && useradd -r -g appgroup timeboostuser
0 commit comments