From 573bf64b8dfc299d70d311e6b28fae349a1fc753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:13:59 +0000 Subject: [PATCH] :seedling: Bump golang from `31a8f92` to `d2aad22` in /cron/internal/cii Bumps golang from `31a8f92` to `d2aad22`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cron/internal/cii/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/internal/cii/Dockerfile b/cron/internal/cii/Dockerfile index 6defba5e2da..df18660dce9 100644 --- a/cron/internal/cii/Dockerfile +++ b/cron/internal/cii/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # golang:1.19 -FROM golang@sha256:31a8f92b17829b3ccddf0add184f18203acfd79ccc1bcb5c43803ab1c4836cca AS base +FROM golang@sha256:d2aad22fc6f1017aa568d980b15d0067a721c770be47b9dc62b11c33487fba64 AS base WORKDIR /src ENV CGO_ENABLED=0 COPY go.* ./