mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-26 00:50:22 +01:00
Bump debian from bullseye-20231009-slim to bullseye-20231030-slim (#1366)
This commit is contained in:
parent
e83bc6d632
commit
8ac090a810
@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
|
||||
COPY . .
|
||||
RUN cargo build --release --bin atuin
|
||||
|
||||
FROM debian:bullseye-20231009-slim AS runtime
|
||||
FROM debian:bullseye-20231030-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