aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-09 10:40:28 -0800
committerGitHub <noreply@github.com>2024-11-09 10:40:28 -0800
commitd9f43a3a7b482521eafbb8fc5da6f9479940f0f6 (patch)
treeac227d614da695bd09704dae6e3ef76efe89611c /Dockerfile
parentfix: time offset display in `atuin status` (#2433) (diff)
downloadatuin-d9f43a3a7b482521eafbb8fc5da6f9479940f0f6.zip
chore(deps): bump debian (#2426)
Bumps debian from bookworm-20240926-slim to bookworm-20241016-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>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9a706db0..28f0d61d 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-20240926-slim AS runtime
+FROM debian:bookworm-20241016-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work