mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-19 17:38:52 +02:00
chore(deps): bump debian (#1947)
Bumps debian from bullseye-20240211-slim to bullseye-20240408-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>
This commit is contained in:
parent
4fe15679af
commit
fcc0dc1bd5
@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
|
||||
COPY . .
|
||||
RUN cargo build --release --bin atuin
|
||||
|
||||
FROM debian:bullseye-20240211-slim AS runtime
|
||||
FROM debian:bullseye-20240408-slim AS runtime
|
||||
|
||||
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
|
||||
# Install ca-certificates for webhooks to work
|
||||
|
Loading…
x
Reference in New Issue
Block a user