From 57c0a09f889a7eb2827ac805e1dd936a5fc8adcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 10:03:00 +0100 Subject: [PATCH] Update golang:1.19.3 Docker digest to d388153 (#570) 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 581a6f39f..4da9e1744 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.3@sha256:24e286ca5b48c690f29266a7086e1b7f77a4ddc1a47f6f8bf55d4b736eee073e as builder +FROM golang:1.19.3@sha256:d388153691a825844ebb3586dd04d1c60a2215522cc445701424205dffc8a83e as builder WORKDIR /workspace # Copy the Go Modules manifests