From 1da64e7702e51ec512c32776f5517f8aa6d25d73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:06:19 +0100 Subject: [PATCH] deps: update ubuntu:22.04 Docker digest to b2175cd (#1364) Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- 3rdparty/gcp-guest-agent/Dockerfile | 2 +- proto/Dockerfile.gen-proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/gcp-guest-agent/Dockerfile b/3rdparty/gcp-guest-agent/Dockerfile index acc1e0a7d..d47007f48 100644 --- a/3rdparty/gcp-guest-agent/Dockerfile +++ b/3rdparty/gcp-guest-agent/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:c985bc3f77946b8e92c9a3648c6f31751a7dd972e06604785e47303f4ad47c4c as build +FROM ubuntu:22.04@sha256:b2175cd4cfdd5cdb1740b0e6ec6bbb4ea4892801c0ad5101a81f694152b6c559 as build # Install packages RUN apt-get update && apt-get install -y \ diff --git a/proto/Dockerfile.gen-proto b/proto/Dockerfile.gen-proto index 413f7864b..e1a7f13ca 100644 --- a/proto/Dockerfile.gen-proto +++ b/proto/Dockerfile.gen-proto @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:c985bc3f77946b8e92c9a3648c6f31751a7dd972e06604785e47303f4ad47c4c as build +FROM ubuntu:22.04@sha256:b2175cd4cfdd5cdb1740b0e6ec6bbb4ea4892801c0ad5101a81f694152b6c559 as build ARG GO_VER=1.20.2 ARG GEN_GO_VER=1.28.1