diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-21 09:48:40 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 09:48:40 +0700 |
| commit | 800cbe5519f2ec0582b71ecdcaf13819891ac72b (patch) | |
| tree | 3c26835e226215c00f04cdccd5eaa47c1b138381 | |
| parent | fix: redact password in database URI when logging (#2032) (diff) | |
| download | atuin-800cbe5519f2ec0582b71ecdcaf13819891ac72b.zip | |
chore(deps): bump debian (#2036)
Bumps debian from bullseye-20240423-slim to bullseye-20240513-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-20240423-slim AS runtime +FROM debian:bullseye-20240513-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
