diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-01 22:54:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-01 22:54:55 +0000 |
| commit | 0056c72d89c1a01122ffdaebf15e0df6b63c8bf2 (patch) | |
| tree | 70bb85a3a4049a22858a0105dfa770c5a6d62234 | |
| parent | feat(client): update AWS secrets env var handling checks (#2501) (diff) | |
| download | atuin-0056c72d89c1a01122ffdaebf15e0df6b63c8bf2.zip | |
chore(deps): bump debian (#2510)
Bumps debian from bookworm-20241202-slim to bookworm-20241223-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-20241202-slim AS runtime +FROM debian:bookworm-20241223-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
