From 42a2f124e1ddb11da0a82122d5abe3ec990823bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:10:19 +0200 Subject: [PATCH] Update golang:1.19.2 Docker digest to 2fddf05 (#403) Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- operators/constellation-node-operator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operators/constellation-node-operator/Dockerfile b/operators/constellation-node-operator/Dockerfile index 604cfd41a..3ff24f9b9 100644 --- a/operators/constellation-node-operator/Dockerfile +++ b/operators/constellation-node-operator/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.19.2@sha256:0467d7d12d170ed8d998a2dae4a09aa13d0aa56e6d23c4ec2b1e4faacf86a813 as builder +FROM golang:1.19.2@sha256:2fddf0539591f8e364c9adb3d495d1ba2ca8a8df420ad23b58e7bcee7986ea6c as builder WORKDIR /workspace # Copy the Go Modules manifests