aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-09 20:40:54 +0100
committerGitHub <noreply@github.com>2024-09-09 20:40:54 +0100
commit41e66abf6181057b3832c014d5de87a328347623 (patch)
tree6ea9875bdc796191083519e6da7fa16f155d911f /Dockerfile
parentchore(deps): Update rustls and axum-server (#2382) (diff)
downloadatuin-41e66abf6181057b3832c014d5de87a328347623.zip
chore(deps): bump debian (#2384)
Bumps debian from bookworm-20240812-slim to bookworm-20240904-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 d103482c..d4d5923c 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-20240812-slim AS runtime
+FROM debian:bookworm-20240904-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work