aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3172b451..37e40ffe 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-server
-FROM debian:bookworm-20260421-slim AS runtime
+FROM debian:bookworm-20260518-slim AS runtime
LABEL org.opencontainers.image.source="https://github.com/atuinsh/atuin" \
org.opencontainers.image.url="https://atuin.sh" \
org.opencontainers.image.licenses="MIT"