From 694f649c61ab3072390a21048cff4f604267260a Mon Sep 17 00:00:00 2001 From: bhargysh-sc Date: Mon, 23 Jun 2025 16:08:31 +1000 Subject: [PATCH] Update all language modules to latest protoc version --- protoc-cpp/Dockerfile | 2 +- protoc-cpp/version.txt | 2 +- protoc-go/Dockerfile | 2 +- protoc-go/version.txt | 2 +- protoc-java/Dockerfile | 2 +- protoc-java/version.txt | 2 +- protoc-node/Dockerfile | 2 +- protoc-node/version.txt | 2 +- protoc-swift/Dockerfile | 2 +- protoc-swift/version.txt | 2 +- protoc-web/Dockerfile | 2 +- protoc-web/version.txt | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/protoc-cpp/Dockerfile b/protoc-cpp/Dockerfile index 62f0854..a387ada 100644 --- a/protoc-cpp/Dockerfile +++ b/protoc-cpp/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/safetyculture/protoc:1.14.1 +FROM ghcr.io/safetyculture/protoc:1.14.2 LABEL maintainer="SafetyCulture " ENV CRUX_CLIENT_RELEASE 1.36.0 diff --git a/protoc-cpp/version.txt b/protoc-cpp/version.txt index 81f3632..89c881b 100644 --- a/protoc-cpp/version.txt +++ b/protoc-cpp/version.txt @@ -1 +1 @@ -1.12.3 +1.12.4 diff --git a/protoc-go/Dockerfile b/protoc-go/Dockerfile index 7205865..d86cbf3 100644 --- a/protoc-go/Dockerfile +++ b/protoc-go/Dockerfile @@ -12,7 +12,7 @@ ENV PROTOC_GEN_GRPC_GATEWAY_VERSION 2.20.0 ADD . /src RUN /src/build.sh -FROM ghcr.io/safetyculture/protoc:1.14.1 +FROM ghcr.io/safetyculture/protoc:1.14.2 LABEL maintainer="SafetyCulture " ENV PATH /usr/local/go/bin:$PATH diff --git a/protoc-go/version.txt b/protoc-go/version.txt index 11d81d6..3d7cc16 100644 --- a/protoc-go/version.txt +++ b/protoc-go/version.txt @@ -1 +1 @@ -3.25.5 +3.25.6 diff --git a/protoc-java/Dockerfile b/protoc-java/Dockerfile index 5036481..fc5967f 100644 --- a/protoc-java/Dockerfile +++ b/protoc-java/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 as javalite_builder RUN apt-get update && \ apt-get install -y bash patch curl patchelf -FROM ghcr.io/safetyculture/protoc:1.14.1 +FROM ghcr.io/safetyculture/protoc:1.14.2 LABEL maintainer="SafetyCulture " ENV GRPC_JAVA_VERSION=1.27.0 diff --git a/protoc-java/version.txt b/protoc-java/version.txt index 347f583..9df886c 100644 --- a/protoc-java/version.txt +++ b/protoc-java/version.txt @@ -1 +1 @@ -1.4.1 +1.4.2 diff --git a/protoc-node/Dockerfile b/protoc-node/Dockerfile index c3cd486..737d51f 100644 --- a/protoc-node/Dockerfile +++ b/protoc-node/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/safetyculture/protoc:1.14.1 +FROM ghcr.io/safetyculture/protoc:1.14.2 LABEL maintainer="SafetyCulture " RUN apk add --no-cache npm diff --git a/protoc-node/version.txt b/protoc-node/version.txt index 6a6a3d8..097a15a 100644 --- a/protoc-node/version.txt +++ b/protoc-node/version.txt @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/protoc-swift/Dockerfile b/protoc-swift/Dockerfile index 8c54117..cc96148 100644 --- a/protoc-swift/Dockerfile +++ b/protoc-swift/Dockerfile @@ -5,7 +5,7 @@ ENV GRPC_RELEASE=1.7.3 ADD . /src RUN /src/build.sh -FROM ghcr.io/safetyculture/protoc:1.14.1 +FROM ghcr.io/safetyculture/protoc:1.14.2 LABEL maintainer="SafetyCulture " COPY --from=swift_builder /plugins /plugins diff --git a/protoc-swift/version.txt b/protoc-swift/version.txt index 3a3cd8c..1892b92 100644 --- a/protoc-swift/version.txt +++ b/protoc-swift/version.txt @@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/protoc-web/Dockerfile b/protoc-web/Dockerfile index 3fa28ef..b8f4055 100644 --- a/protoc-web/Dockerfile +++ b/protoc-web/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/safetyculture/protoc:1.14.1 +FROM ghcr.io/safetyculture/protoc:1.14.2 LABEL maintainer="SafetyCulture " ENV GRPC_WEB_RELEASE 1.0.4 diff --git a/protoc-web/version.txt b/protoc-web/version.txt index 347f583..9df886c 100644 --- a/protoc-web/version.txt +++ b/protoc-web/version.txt @@ -1 +1 @@ -1.4.1 +1.4.2