From 4a52375ecc3e5f8cdbb7793ebf6e0d11863c874c Mon Sep 17 00:00:00 2001 From: Lachlan Robertson <99315596+sc-lachlanrobertson@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:22:20 +1000 Subject: [PATCH] [UT-5331] Bump PROTO_C version in Dockerfile (#160) Bumps the PROTO_C version in the Dockerfile, along with the version.txt. --- .gitignore | 2 ++ protoc-go/Dockerfile | 2 +- protoc-go/version.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e69de29..f32e31a 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +.DS_Store diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index ab19193..4ca6967 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.31.0 +ENV S12_PROTO_VERSION 1.32.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 31f8fdf..a7e7070 100644 --- a/protoc-go/version.txt +++ b/protoc-go/version.txt @@ -1 +1 @@ -3.21.2 +3.22.0