diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-23 20:37:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 20:37:00 +0000 |
| commit | d1169aee377f8035d9116b8221373e3f5068a9b8 (patch) | |
| tree | 30265c354192f7561e1bdd6f0f4f68cbfb68d22a /Dockerfile | |
| parent | chore: remove tui vendoring (#804) (diff) | |
| download | atuin-d1169aee377f8035d9116b8221373e3f5068a9b8.zip | |
Bump debian from bullseye-20230227-slim to bullseye-20230320-slim (#802)
Bumps debian from bullseye-20230227-slim to bullseye-20230320-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-20230227-slim AS runtime +FROM debian:bullseye-20230320-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config RUN apt update && apt install ca-certificates -y # so that webhooks work |
