Skip to content

Commit 7f31950

Browse files
authored
Merge pull request #121 from filecoin-project/fix/update-debian-version-in-dockerfile
Update debian version
2 parents 630d246 + 98f25dd commit 7f31950

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)