aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-18 21:01:32 -0800
committerGitHub <noreply@github.com>2025-02-18 21:01:32 -0800
commitde9ba11d3117b0332a915e03542a416c06be47d8 (patch)
treebf1f67edf432445e5626cb78abc43126df36636a
parentfix: panic when invoking delete on empty tui (#2584) (diff)
downloadatuin-de9ba11d3117b0332a915e03542a416c06be47d8.zip
chore(deps): bump debian (#2579)
Bumps debian from bookworm-20250113-slim to bookworm-20250203-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 6eb10144..f1e8c73d 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-20250113-slim AS runtime
+FROM debian:bookworm-20250203-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work