Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 158bb06

Browse files
authored
Merge pull request #162 from Xynnn007/fix-rvps-docker
Dockerfile: fix rvps dockerfile
2 parents a19eb66 + 5855642 commit 158bb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.rvps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install protobuf-compiler -y
1717

1818
RUN cargo install --path bin/rvps
1919

20-
FROM debian:bullseye-slim
20+
FROM debian:bookworm-slim
2121

2222
LABEL org.opencontainers.image.source="https://github.com/confidential-containers/attestation-service"
2323

0 commit comments

Comments
 (0)