diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-07 21:01:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-07 21:01:57 -0700 |
| commit | a31713b6028d74b70d6acd2a8457a52e698fb563 (patch) | |
| tree | f0d11a97478d16e7f49678579d119674ab659e7f | |
| parent | update zh-CN docs (#539) (diff) | |
| download | atuin-a31713b6028d74b70d6acd2a8457a52e698fb563.zip | |
Bump debian from bullseye-20220822-slim to bullseye-20221004-slim (#551)
Bumps debian from bullseye-20220822-slim to bullseye-20221004-slim.
---
updated-dependencies:
- dependency-name: debian
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
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-20220822-slim AS runtime +FROM debian:bullseye-20221004-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config WORKDIR app |
