diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-07 13:40:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 13:40:06 +0100 |
| commit | 29576ac6c7b2ae033bc9f251eada5a8aaeafac7a (patch) | |
| tree | 212c706af4a2628b46526a6fb7b49162270e387a /Dockerfile | |
| parent | chore(deps): bump lukemathwalker/cargo-chef (#2812) (diff) | |
| download | atuin-29576ac6c7b2ae033bc9f251eada5a8aaeafac7a.zip | |
chore(deps): bump debian (#2811)
Bumps debian from bookworm-20250610-slim to bookworm-20250630-slim.
---
updated-dependencies:
- dependency-name: debian
dependency-version: bookworm-20250630-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 '')
| -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-20250610-slim AS runtime +FROM debian:bookworm-20250630-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
