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