diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-23 01:01:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 01:01:16 +0000 |
| commit | e7bcab9dbfb4e0483fe0d6cb4c63fdb48a5a475d (patch) | |
| tree | 15c6dcc30dad5a27aebdd6afda00a7f4bbcd87af /Dockerfile | |
| parent | fix(bash): fix preexec of child Bash session started by enter_accept (#2558) (diff) | |
| download | atuin-e7bcab9dbfb4e0483fe0d6cb4c63fdb48a5a475d.zip | |
chore(deps): bump debian (#2554)
Bumps debian from bookworm-20241223-slim to bookworm-20250113-slim.
---
updated-dependencies:
- dependency-name: debian
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-20241223-slim AS runtime +FROM debian:bookworm-20250113-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
