Skip to content

Commit 248966a

Browse files
committed
dockerfile
1 parent e761187 commit 248966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-instal
1414
RUN cargo build --release
1515

1616
# use a slim image
17-
FROM debian:bullseye-slim
17+
FROM debian:bookworm-slim
1818

1919
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --assume-yes ca-certificates openssl
2020

0 commit comments

Comments
 (0)