From a69e85bb08bc78da187bae1edec9b5d437130dc4 Mon Sep 17 00:00:00 2001 From: Mick Stanciu Date: Tue, 1 Oct 2024 15:57:46 +1000 Subject: [PATCH] UT-5331-test --- protoc-go/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index e4fca52..0f5d252 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.33.0-pre +ENV S12_PROTO_VERSION 1.33.1-pre ENV PROTOC_GEN_GO_VERSION 1.34.1 ENV PROTOC_GEN_DOC_VERSION 1.5.1