From 5e327e41a6a0524c07e8b4e84cfc9cc5ee11e9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:44:05 +0300 Subject: [PATCH] chore(deps): bump golang from 1.18.3 to 1.18.4 (#2638) --- Dockerfile.protoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.protoc b/Dockerfile.protoc index eb0309f2aac8..791d6185d2c2 100644 --- a/Dockerfile.protoc +++ b/Dockerfile.protoc @@ -1,4 +1,4 @@ -FROM golang:1.18.3 +FROM golang:1.18.4 # Install protoc (cf. http://google.github.io/proto-lens/installing-protoc.html) ENV PROTOC_ZIP=protoc-3.19.4-linux-x86_64.zip