diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-05 09:34:16 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 09:34:16 +0000 |
| commit | 8372abb6132e18767e55f87152cc3ac45bd0205b (patch) | |
| tree | 586a5c57eb67856b1f16245f89ab33ef859b8bcb /Dockerfile | |
| parent | chore(ci): run rust build/test/check on 3 platforms (#1675) (diff) | |
| download | atuin-8372abb6132e18767e55f87152cc3ac45bd0205b.zip | |
chore(deps): bump debian (#1673)
Bumps debian from bullseye-20240110-slim to bullseye-20240130-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>
Diffstat (limited to 'Dockerfile')
| -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-20240110-slim AS runtime +FROM debian:bullseye-20240130-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config # Install ca-certificates for webhooks to work |
