diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-23 12:32:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-23 12:32:12 +0100 |
| commit | 0c880c6820ffd366d202f6253a110392bc9b9fbf (patch) | |
| tree | 696e3cde6feaab48ee68b591a3a3968bbc5e156e /Dockerfile | |
| parent | feat: Add sqlite server support for self-hosting (#2770) (diff) | |
| download | atuin-0c880c6820ffd366d202f6253a110392bc9b9fbf.zip | |
chore(deps): bump debian (#2794)
Bumps debian from bookworm-20250520-slim to bookworm-20250610-slim.
---
updated-dependencies:
- dependency-name: debian
dependency-version: bookworm-20250610-slim
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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-20250520-slim AS runtime +FROM debian:bookworm-20250610-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
