diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-09 20:40:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-09 20:40:54 +0100 |
| commit | 41e66abf6181057b3832c014d5de87a328347623 (patch) | |
| tree | 6ea9875bdc796191083519e6da7fa16f155d911f | |
| parent | chore(deps): Update rustls and axum-server (#2382) (diff) | |
| download | atuin-41e66abf6181057b3832c014d5de87a328347623.zip | |
chore(deps): bump debian (#2384)
Bumps debian from bookworm-20240812-slim to bookworm-20240904-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>
| -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-20240812-slim AS runtime +FROM debian:bookworm-20240904-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
