Skip to content

Commit a3a9502

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a45b4c5 commit a3a9502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
1616
COPY . .
1717
RUN cargo build --release --bin atuin
1818

19-
FROM debian:bookworm-20250317-slim AS runtime
19+
FROM debian:bookworm-20250407-slim AS runtime
2020

2121
RUN useradd -c 'atuin user' atuin && mkdir /config && chown atuin:atuin /config
2222
# Install ca-certificates for webhooks to work

0 commit comments

Comments
 (0)