diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-04 14:40:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-04 14:40:20 +0200 |
| commit | ae4bd05b8af34e49ab7c7e031a2723d344ffea19 (patch) | |
| tree | e099e699fb01db43eebda77ae50e5ce3229b7224 | |
| parent | fix: honor timezone in inspector stats (#2853) (diff) | |
| download | atuin-ae4bd05b8af34e49ab7c7e031a2723d344ffea19.zip | |
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>
| -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-20250630-slim AS runtime +FROM debian:bookworm-20250721-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
