diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-11-06 19:03:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 19:03:01 +0000 |
| commit | a6e60f4b14b15be3c5c4513b9758a2b9ad6c4518 (patch) | |
| tree | c97332e186f2f874dfea8d46138f5d62676e5d8d /Dockerfile | |
| parent | Bump clap_complete from 4.0.2 to 4.0.3 (#582) (diff) | |
| download | atuin-a6e60f4b14b15be3c5c4513b9758a2b9ad6c4518.zip | |
Bump debian from bullseye-20221004-slim to bullseye-20221024-slim (#583)
Bumps debian from bullseye-20221004-slim to bullseye-20221024-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>
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-20221004-slim AS runtime +FROM debian:bullseye-20221024-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config WORKDIR app |
