diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-03 12:02:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 12:02:48 +0000 |
| commit | 4b758aaac9bad9689304388a2f7e031b00a0f058 (patch) | |
| tree | 30b2689073724b658cc51175d1ccf424f87cd429 /Dockerfile | |
| parent | fix: sql files checksums (#2601) (diff) | |
| download | atuin-4b758aaac9bad9689304388a2f7e031b00a0f058.zip | |
chore(deps): bump debian (#2602)
Bumps debian from bookworm-20250203-slim to bookworm-20250224-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-20250203-slim AS runtime +FROM debian:bookworm-20250224-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
