mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
Bump debian from bullseye-20230502-slim to bullseye-20230612-slim (#1047)
Bumps debian from bullseye-20230502-slim to bullseye-20230612-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
dea6898f2d
commit
d50ccceef2
@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
|
||||
COPY . .
|
||||
RUN cargo build --release --bin atuin
|
||||
|
||||
FROM debian:bullseye-20230502-slim AS runtime
|
||||
FROM debian:bullseye-20230612-slim AS runtime
|
||||
|
||||
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
|
||||
RUN apt update && apt install ca-certificates -y # so that webhooks work
|
||||
|
Loading…
Reference in New Issue
Block a user