aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-23 01:01:16 +0000
committerGitHub <noreply@github.com>2025-01-23 01:01:16 +0000
commite7bcab9dbfb4e0483fe0d6cb4c63fdb48a5a475d (patch)
tree15c6dcc30dad5a27aebdd6afda00a7f4bbcd87af
parentfix(bash): fix preexec of child Bash session started by enter_accept (#2558) (diff)
downloadatuin-e7bcab9dbfb4e0483fe0d6cb4c63fdb48a5a475d.zip
chore(deps): bump debian (#2554)
Bumps debian from bookworm-20241223-slim to bookworm-20250113-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 74e1c7ac..5253b679 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-20241223-slim AS runtime
+FROM debian:bookworm-20250113-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work