aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-07 21:01:57 -0700
committerGitHub <noreply@github.com>2022-10-07 21:01:57 -0700
commita31713b6028d74b70d6acd2a8457a52e698fb563 (patch)
treef0d11a97478d16e7f49678579d119674ab659e7f
parentupdate zh-CN docs (#539) (diff)
downloadatuin-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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7c6ddc86..4de5badf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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