Skip to content

Commit ba7a60b

Browse files
authored
use sane base for rook (#18)
1 parent 26e0ca0 commit ba7a60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/rook.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88

99
RUN cargo build --release -p rook
1010

11-
FROM debian:bookworm-slim
11+
FROM ubuntu:24.04
1212

1313
RUN apt-get update && apt-get install -y ca-certificates git && rm -rf /var/lib/apt/lists/*
1414

0 commit comments

Comments
 (0)