diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-17 13:56:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 13:56:38 +0100 |
| commit | fcc0dc1bd576cd7b608e191c3a71e863d14b2d1f (patch) | |
| tree | 5457f4e19fa27fa25b02db064060083b6a7c3625 | |
| parent | chore(deps): bump lukemathwalker/cargo-chef (#1948) (diff) | |
| download | atuin-fcc0dc1bd576cd7b608e191c3a71e863d14b2d1f.zip | |
chore(deps): bump debian (#1947)
Bumps debian from bullseye-20240211-slim to bullseye-20240408-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-20240211-slim AS runtime +FROM debian:bullseye-20240408-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
