Skip to content

Commit

Permalink
Merge pull request #592 from kubecfg/renovate/debian-bookworm-slim
Browse files Browse the repository at this point in the history
chore(deps): update debian:bookworm-slim docker digest to 1537a6a
  • Loading branch information
kodiakhq[bot] authored Dec 3, 2024
2 parents 52fe931 + 76d0b59 commit 2fe38c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY . .
RUN cargo build --release --bin kubit

# We do not need the Rust toolchain to run the binary!
FROM debian:bookworm-slim@sha256:ca3372ce30b03a591ec573ea975ad8b0ecaf0eb17a354416741f8001bbcae33d AS runtime
FROM debian:bookworm-slim@sha256:1537a6a1cbc4b4fd401da800ee9480207e7dc1f23560c21259f681db56768f63 AS runtime
RUN apt-get update && apt-get install -y \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 2fe38c2

Please sign in to comment.