Bump debian from bullseye-20221024-slim to bullseye-20221205-slim (#638)
Bumps debian from bullseye-20221024-slim to bullseye-20221205-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>
This commit is contained in:
parent
d1e29cbcae
commit
dcbe84b9af
1 changed files with 1 additions and 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-20221024-slim AS runtime
|
||||
FROM debian:bullseye-20221205-slim AS runtime
|
||||
|
||||
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
|
||||
WORKDIR app
|
||||
|
|
Loading…
Reference in a new issue