From 87a163084b1ddc840d0ae6378444627f29af5a22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 14:28:20 +0100 Subject: [PATCH] Update golang Docker tag to v1.19.4 (#740) 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 4da9e1744..052166b91 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:d388153691a825844ebb3586dd04d1c60a2215522cc445701424205dffc8a83e as builder +FROM golang:1.19.4@sha256:8ea012ba16112273afc171ff75ce517fe4edeb3849f6714554aa4e71fe54e4c1 as builder WORKDIR /workspace # Copy the Go Modules manifests