From 693c6b80f8917a8624aafc20d256ae9373f988bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 15:04:18 +0200 Subject: [PATCH] Update ubuntu Docker digest to a8fe6fd (#255) Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- proto/Dockerfile.gen-proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Dockerfile.gen-proto b/proto/Dockerfile.gen-proto index 625ddd441..e97fd6c11 100644 --- a/proto/Dockerfile.gen-proto +++ b/proto/Dockerfile.gen-proto @@ -1,4 +1,4 @@ -FROM ubuntu@sha256:7cc0576c7c0ec2384de5cbf245f41567e922aab1b075f3e8ad565f508032df17 as build +FROM ubuntu@sha256:a8fe6fd30333dc60fc5306982a7c51385c2091af1e0ee887166b40a905691fd0 as build ARG GO_VER=1.19.2 ARG GEN_GO_VER=1.28.0