We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e0ca0 commit ba7a60bCopy full SHA for ba7a60b
1 file changed
deploy/rook.Dockerfile
@@ -8,7 +8,7 @@ COPY . .
8
9
RUN cargo build --release -p rook
10
11
-FROM debian:bookworm-slim
+FROM ubuntu:24.04
12
13
RUN apt-get update && apt-get install -y ca-certificates git && rm -rf /var/lib/apt/lists/*
14
0 commit comments