Skip to content

Commit

Permalink
[UT-5331] Bump PROTO_C version in Dockerfile (#160)
Browse files Browse the repository at this point in the history
Bumps the PROTO_C version in the Dockerfile, along with the version.txt.
  • Loading branch information
sc-lachlanrobertson authored Sep 24, 2024
1 parent 20b3da0 commit 4a52375
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
.DS_Store
2 changes: 1 addition & 1 deletion protoc-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion protoc-go/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.21.2
3.22.0

0 comments on commit 4a52375

Please sign in to comment.