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 72a562a commit 00ef69fCopy full SHA for 00ef69f
Dockerfile
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
16
COPY . .
17
RUN cargo build --release --bin atuin
18
19
-FROM debian:bullseye-20240722-slim AS runtime
+FROM debian:bookworm-20240812-slim AS runtime
20
21
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
22
# Install ca-certificates for webhooks to work
0 commit comments