diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-23 08:54:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-23 08:54:57 +0100 |
| commit | 225c41493ef81b57624fc7da9111e08d5b1457bb (patch) | |
| tree | 34e4288449a28b49043ba994c79d72abe6c36eff /Dockerfile | |
| parent | Add dockerfile in dependabot scope (#507) (diff) | |
| download | atuin-225c41493ef81b57624fc7da9111e08d5b1457bb.zip | |
Bump debian from bullseye-20220801-slim to bullseye-20220822-slim (#508)
Bumps debian from bullseye-20220801-slim to bullseye-20220822-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-20220801-slim AS runtime +FROM debian:bullseye-20220822-slim AS runtime RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config WORKDIR app |
