From 183003f828e0e4179bca5b540f0ee380f9c10a10 Mon Sep 17 00:00:00 2001 From: Chavi Chernashki Date: Thu, 3 Oct 2024 11:33:58 +1000 Subject: [PATCH] [UT-5331] Bump PROTO_C version in Dockerfile --- protoc-go/Dockerfile | 2 +- protoc-go/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index 4ca6967..42e350b 100644 --- a/protoc-go/Dockerfile +++ b/protoc-go/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.18.0-alpine as builder -ENV S12_PROTO_VERSION 1.32.0 +ENV S12_PROTO_VERSION 1.33.0 ENV PROTOC_GEN_GO_VERSION 1.34.1 ENV PROTOC_GEN_DOC_VERSION 1.5.1 diff --git a/protoc-go/version.txt b/protoc-go/version.txt index a7e7070..0f4de9d 100644 --- a/protoc-go/version.txt +++ b/protoc-go/version.txt @@ -1 +1 @@ -3.22.0 +3.23