diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-18 09:31:24 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-12 19:30:14 -0700 |
| commit | ed89a5602056ec59555829c649853108b7d28f2d (patch) | |
| tree | 03bceef8e11aac94d9530b57a6cd1b92f649be1a /Dockerfile | |
| parent | feat(tui): add show_numeric_shortcuts config to hide 1-9 shortcuts (#2766) (diff) | |
| download | atuin-ed89a5602056ec59555829c649853108b7d28f2d.zip | |
chore(deps): bump debian
Bumps debian from bookworm-20250721-slim to bookworm-20250811-slim.
---
updated-dependencies:
- dependency-name: debian
dependency-version: bookworm-20250811-slim
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json COPY . . RUN cargo build --release --bin atuin -FROM debian:bookworm-20250721-slim AS runtime +FROM debian:bookworm-20250811-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
