aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-14 16:17:57 +0100
committerGitHub <noreply@github.com>2025-04-14 16:17:57 +0100
commita3a95025b6fd317766e97b0b8676f16490348cce (patch)
tree014a8ba1027cc78989c6f219ec6eb47c896fb60d /Dockerfile
parentchore(deps): bump tokio from 1.44.1 to 1.44.2 in the cargo group (#2681) (diff)
downloadatuin-a3a95025b6fd317766e97b0b8676f16490348cce.zip
chore(deps): bump debian (#2699)
Bumps debian from bookworm-20250317-slim to bookworm-20250407-slim. --- updated-dependencies: - dependency-name: debian dependency-version: bookworm-20250407-slim 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 5c385b37..33befd36 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-20250317-slim AS runtime
+FROM debian:bookworm-20250407-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work