aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-02 17:36:04 -0700
committerGitHub <noreply@github.com>2024-10-02 17:36:04 -0700
commitd4a7fe5f7084575caa2c69a3cc1191d1de535110 (patch)
tree59c97c438fc436a937cc7d92be399841ba2a8abc /Dockerfile
parentflake.lock: Update (#2402) (diff)
downloadatuin-d4a7fe5f7084575caa2c69a3cc1191d1de535110.zip
chore(deps): bump debian (#2401)
Bumps debian from bookworm-20240904-slim to bookworm-20240926-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 '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c52ca890..a3676a37 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-20240904-slim AS runtime
+FROM debian:bookworm-20240926-slim AS runtime
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
# Install ca-certificates for webhooks to work