diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-17 15:39:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-17 15:39:37 -0700 |
| commit | 8f95d63e4b2f685ce035f0e38445d9be0d5492fe (patch) | |
| tree | 8e8ce24ea75f8eca25f8cfc83aae798726a41dc5 | |
| parent | Update key binding docs (diff) | |
| download | atuin-8f95d63e4b2f685ce035f0e38445d9be0d5492fe.zip | |
Bump debian from bullseye-20230919-slim to bullseye-20231009-slim (#1304)
Bumps debian from bullseye-20230919-slim to bullseye-20231009-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>
| -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-20230919-slim AS runtime +FROM debian:bullseye-20231009-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
