Skip to content

Commit 98f25dd

Browse files
committed
Update debian version
1 parent 630d246 commit 98f25dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ./fplus-database/src /fplus-database/src
77
WORKDIR /fplus-http-server
88
RUN cargo build --release
99

10-
FROM debian:bullseye
10+
FROM debian:bookworm
1111
RUN apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*
1212
COPY --from=builder /fplus-http-server/target/release/fplus-http-server /target/release/fplus-http-server
1313
CMD ["/target/release/fplus-http-server"]

0 commit comments

Comments
 (0)