Skip to content

Commit

Permalink
chore(deps): bump debian
Browse files Browse the repository at this point in the history
Bumps debian from bookworm-20241016-slim to bookworm-20241202-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent cb57053 commit e186c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --bin atuin

FROM debian:bookworm-20241016-slim AS runtime
FROM debian:bookworm-20241202-slim AS runtime

RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work
Expand Down

0 comments on commit e186c92

Please sign in to comment.