mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-24 09:15:09 +01:00
chore(deps): bump debian
Bumps debian from bookworm-20241016-slim to bookworm-20241111-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6ab61e48d0
commit
59a8b23c0b
@ -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-20241111-slim AS runtime
|
||||
|
||||
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
|
||||
# Install ca-certificates for webhooks to work
|
||||
|
Loading…
Reference in New Issue
Block a user