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

Commit

Permalink
Merge pull request #162 from Xynnn007/fix-rvps-docker
Browse files Browse the repository at this point in the history
Dockerfile: fix rvps dockerfile
  • Loading branch information
fidencio authored Nov 16, 2023
2 parents a19eb66 + 5855642 commit 158bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rvps
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install protobuf-compiler -y

RUN cargo install --path bin/rvps

FROM debian:bullseye-slim
FROM debian:bookworm-slim

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

Expand Down

0 comments on commit 158bb06

Please sign in to comment.