aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-24 11:00:41 +0000
committerGitHub <noreply@github.com>2025-03-24 11:00:41 +0000
commita7979ef5a896c5104ce8c74424ecabc8c725881a (patch)
tree6ece6fdad08f12e5fce41ded5fdc8924de91d5a4 /Dockerfile
parentchore(deps): bump tower-http from 0.5.2 to 0.6.2 (#2641) (diff)
downloadatuin-a7979ef5a896c5104ce8c74424ecabc8c725881a.zip
chore(deps): bump debian (#2640)
Bumps debian from bookworm-20250224-slim to bookworm-20250317-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 cd42b9dc..ed0a4581 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-20250224-slim AS runtime
+FROM debian:bookworm-20250317-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work