Skip to content

Commit

Permalink
[WiP] Update dockerfile with pending s12-protos changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Robertson committed Sep 27, 2024
1 parent e4233f4 commit a8e590c
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/protoc-docker.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion protoc-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.18.0-alpine as builder

ENV S12_PROTO_VERSION 1.31.0
#TODO @sc-lachlanrobertson: This is a tempoary item so I can test whether anything works!
ENV S12_PROTO_VERSION v1.32.1-0.20240926061402-edb34dfc0939

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.1

0 comments on commit a8e590c

Please sign in to comment.