chore(deps): bump debian (#2846)

Bumps debian from bookworm-20250630-slim to bookworm-20250721-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-version: bookworm-20250721-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>
This commit is contained in:
dependabot[bot]
2025-08-04 14:40:20 +02:00
committed by GitHub
parent a730f60cc0
commit ae4bd05b8a

View File

@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . . COPY . .
RUN cargo build --release --bin atuin RUN cargo build --release --bin atuin
FROM debian:bookworm-20250630-slim AS runtime FROM debian:bookworm-20250721-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work # Install ca-certificates for webhooks to work