aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-27 22:08:08 +0000
committerGitHub <noreply@github.com>2024-12-27 22:08:08 +0000
commit66a7b306ce7697019a079548b78b18d8d069c7ef (patch)
tree7a7666397c85aac34b70b909fd50f8a2b3354746
parentflake.lock: Update (#2463) (diff)
downloadatuin-66a7b306ce7697019a079548b78b18d8d069c7ef.zip
chore(deps): bump debian (#2477)
Bumps debian from bookworm-20241016-slim to bookworm-20241202-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... 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 28f0d61d..97aee5e9 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:bookworm-20241016-slim AS runtime
+FROM debian:bookworm-20241202-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work