Bump debian from bullseye-20230904-slim to bullseye-20230919-slim (#1242)

This commit is contained in:
dependabot[bot] 2023-09-20 07:58:54 +01:00 committed by GitHub
parent 351b3e8a57
commit cea68660fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release --bin atuin
FROM debian:bullseye-20230904-slim AS runtime
FROM debian:bullseye-20230919-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work