diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-30 16:47:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 16:47:24 +0100 |
| commit | dee8ece26381691561e04eeff7341ffdd9fda163 (patch) | |
| tree | d9aa345396e5ff4c47e3dedd88f6644b5e455209 | |
| parent | chore(deps): bump tonic from 0.12.0 to 0.12.1 (#2322) (diff) | |
| download | atuin-dee8ece26381691561e04eeff7341ffdd9fda163.zip | |
chore(deps): bump debian (#2320)
Bumps debian from bullseye-20240701-slim to bullseye-20240722-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-20240701-slim AS runtime +FROM debian:bullseye-20240722-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
