From 2618f7ba430552badfc7537e794ff4d199e9232c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 13:28:31 +0100 Subject: [PATCH] Update golang Docker tag to v1.19.5 (#940) Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> (cherry picked from commit 11630110dd9969ec5991bf276172b3a62ec5fb35) --- 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 9da32fe42..6e2648612 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.4@sha256:766625f2182dacec4c8774355a65a81a3b73acb0b4287b6a32a8efc185aede2c as builder +FROM golang:1.19.5@sha256:a0b51fe882f269828b63e7f69e6925f85afc548cf7cf967ecbfbcce6afe6f235 as builder # Download project root dependencies WORKDIR /workspace