diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-20 07:58:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 07:58:54 +0100 |
| commit | cea68660fd43ecdefa735f027199000cc6a60aad (patch) | |
| tree | 943039e965de270ca32c533fada5ba1ea3e93de5 | |
| parent | Add connect timeout and overall timeout (#1238) (diff) | |
| download | atuin-cea68660fd43ecdefa735f027199000cc6a60aad.zip | |
Bump debian from bullseye-20230904-slim to bullseye-20230919-slim (#1242)
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
