diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-01-26 07:02:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-26 07:02:10 +0000 |
| commit | 2b576499734ff60f8aba9bad07e7b86d9374df91 (patch) | |
| tree | 5779ed6106b29da211d5624490e31f6242266746 /Dockerfile | |
| parent | feat: add more vim movement bindings for navigation (#3041) (diff) | |
| download | atuin-2b576499734ff60f8aba9bad07e7b86d9374df91.zip | |
chore(deps): bump debian
Bumps debian from bookworm-20251208-slim to bookworm-20260112-slim.
---
updated-dependencies:
- dependency-name: debian
dependency-version: bookworm-20260112-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-20251208-slim AS runtime +FROM debian:bookworm-20260112-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
