Skip to content

Commit 7efaff4

Browse files
committed
update docker image base to debian trixie
1 parent 37654c7 commit 7efaff4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN --mount=type=cache,target=/cache/$TARGETARCH,id=cache-ghcr.io/bigboot/autokuma-${FEATURES} \
99
cargo install --features "${FEATURES}" --locked --target-dir /cache/$TARGETARCH --path ./autokuma
1010

11-
FROM debian:bookworm-slim
11+
FROM debian:trixie-slim
1212
RUN apt-get update && apt-get install -y \
1313
ca-certificates \
1414
libssl3 \

Dockerfile.cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN --mount=type=cache,target=/cache/$TARGETARCH,id=cache-ghcr.io/bigboot/kuma-${FEATURES} \
99
cargo install --features "${FEATURES}" --locked --target-dir /cache/$TARGETARCH --path ./kuma-cli
1010

11-
FROM debian:bookworm-slim
11+
FROM debian:trixie-slim
1212
RUN apt-get update && apt-get install -y \
1313
ca-certificates \
1414
libssl3 \

0 commit comments

Comments
 (0)