From a63ed0e69747e4e668fbffbed370f2e50aca36d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:09:14 -0700 Subject: [PATCH] chore(deps): update golang docker tag to v1.19.3 (#2985) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/Dockerfile | 2 +- .github/plugins/protoc-gen-grpc-gateway/Dockerfile | 2 +- .github/plugins/protoc-gen-openapiv2/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index 0fda8f4e8ae..4ff3a47e25f 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.2 +FROM golang:1.19.3 ENV NVM_DIR="/usr/local/share/nvm" ENV NVM_SYMLINK_CURRENT=true \ diff --git a/.github/plugins/protoc-gen-grpc-gateway/Dockerfile b/.github/plugins/protoc-gen-grpc-gateway/Dockerfile index 2b35da1be58..04c141e7364 100644 --- a/.github/plugins/protoc-gen-grpc-gateway/Dockerfile +++ b/.github/plugins/protoc-gen-grpc-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.2 as builder +FROM golang:1.19.3 as builder ARG RELEASE_VERSION diff --git a/.github/plugins/protoc-gen-openapiv2/Dockerfile b/.github/plugins/protoc-gen-openapiv2/Dockerfile index 00c315119fc..8c9fcbc9ba6 100644 --- a/.github/plugins/protoc-gen-openapiv2/Dockerfile +++ b/.github/plugins/protoc-gen-openapiv2/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.2 as builder +FROM golang:1.19.3 as builder ARG RELEASE_VERSION