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

Dockerfile: fix rvps dockerfile #162

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading