aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-26 18:53:44 +0100
committerGitHub <noreply@github.com>2025-05-26 18:53:44 +0100
commit719aef96eef4ff3d3d6cfc4dafd851a6a1ddd95c (patch)
tree2b604f4923852588fec30c47ef9f12ed6d137c8c /Dockerfile
parentfix(api): Allow trailing slashes in sync_address (#2760) (diff)
downloadatuin-719aef96eef4ff3d3d6cfc4dafd851a6a1ddd95c.zip
chore(deps): bump debian (#2772)
Bumps debian from bookworm-20250428-slim to bookworm-20250520-slim. --- updated-dependencies: - dependency-name: debian dependency-version: bookworm-20250520-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 07c56b9c..51fa8147 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-20250428-slim AS runtime
+FROM debian:bookworm-20250520-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work