diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-14 16:17:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-14 16:17:57 +0100 |
| commit | a3a95025b6fd317766e97b0b8676f16490348cce (patch) | |
| tree | 014a8ba1027cc78989c6f219ec6eb47c896fb60d | |
| parent | chore(deps): bump tokio from 1.44.1 to 1.44.2 in the cargo group (#2681) (diff) | |
| download | atuin-a3a95025b6fd317766e97b0b8676f16490348cce.zip | |
chore(deps): bump debian (#2699)
Bumps debian from bookworm-20250317-slim to bookworm-20250407-slim.
---
updated-dependencies:
- dependency-name: debian
dependency-version: bookworm-20250407-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-20250317-slim AS runtime +FROM debian:bookworm-20250407-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
