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 5bffda6 commit 4b758aaCopy full SHA for 4b758aa
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:bookworm-20250203-slim AS runtime
+FROM debian:bookworm-20250224-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