From 1819bba63949c6af6a6688e51c2df5a632a2e5d6 Mon Sep 17 00:00:00 2001 From: Mick Stanciu Date: Tue, 1 Oct 2024 15:48:12 +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 534c593..e4fca52 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 v1.33.0-pre +ENV S12_PROTO_VERSION 1.33.0-pre ENV PROTOC_GEN_GO_VERSION 1.34.1 ENV PROTOC_GEN_DOC_VERSION 1.5.1