From d753c4bb607e836c11a873e28f425d6e381eb7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 18:07:08 +0100 Subject: [PATCH] deps: update ubuntu:20.04 Docker digest to 4a45212 (#1141) 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 e5b39f806..2fc33980e 100644 --- a/hack/azure-snp-report-verify/Dockerfile +++ b/hack/azure-snp-report-verify/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04@sha256:b872b0383a2149196c67d16279f051c3e36f2acb32d7eb04ef364c8863c6264f AS build +FROM ubuntu:20.04@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 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:b872b0383a2149196c67d16279f051c3e36f2acb32d7eb04ef364c8863c6264f AS release +FROM ubuntu:20.04@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 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"]