We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37654c7 commit 7efaff4Copy full SHA for 7efaff4
2 files changed
Dockerfile
@@ -8,7 +8,7 @@ COPY . .
8
RUN --mount=type=cache,target=/cache/$TARGETARCH,id=cache-ghcr.io/bigboot/autokuma-${FEATURES} \
9
cargo install --features "${FEATURES}" --locked --target-dir /cache/$TARGETARCH --path ./autokuma
10
11
-FROM debian:bookworm-slim
+FROM debian:trixie-slim
12
RUN apt-get update && apt-get install -y \
13
ca-certificates \
14
libssl3 \
Dockerfile.cli
RUN --mount=type=cache,target=/cache/$TARGETARCH,id=cache-ghcr.io/bigboot/kuma-${FEATURES} \
cargo install --features "${FEATURES}" --locked --target-dir /cache/$TARGETARCH --path ./kuma-cli
0 commit comments