From 1196ef90ce4b8a2790520e89de047e74b67778ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:56:01 +0200 Subject: [PATCH] deps: update ubuntu:20.04 Docker digest to c9820a4 (#2005) Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- hack/azure-snp-report-verify/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/azure-snp-report-verify/Dockerfile b/hack/azure-snp-report-verify/Dockerfile index 9a939e17f..201f4ecd4 100644 --- a/hack/azure-snp-report-verify/Dockerfile +++ b/hack/azure-snp-report-verify/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 AS build +FROM ubuntu:20.04@sha256:c9820a44b950956a790c354700c1166a7ec648bc0d215fa438d3a339812f1d01 AS build RUN apt-get update && apt-get install -y \ build-essential \ libcurl4-openssl-dev \ @@ -10,7 +10,7 @@ RUN wget -q https://github.com/Azure/confidential-computing-cvm-guest-attestatio && touch Utils.h \ && g++ -Os -I/usr/include/azguestattestation1 -oclient main.cpp -lazguestattestation -FROM ubuntu:20.04@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 AS release +FROM ubuntu:20.04@sha256:c9820a44b950956a790c354700c1166a7ec648bc0d215fa438d3a339812f1d01 AS release COPY --from=build client azguestattestation1_1.0.2_amd64.deb / RUN apt-get update && apt-get install -y /azguestattestation1_1.0.2_amd64.deb ENTRYPOINT ["/client"]