Skip to content

Commit 1fc41d7

Browse files
committed
Update generator versions...
1 parent 3e744b1 commit 1fc41d7

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

protoc-cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/safetyculture/protoc:1.14.1
1+
FROM ghcr.io/safetyculture/protoc:1.15.0
22
LABEL maintainer="SafetyCulture <[email protected]>"
33

44
ENV CRUX_CLIENT_RELEASE 1.35.0

protoc-go/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
FROM golang:1.18.0-alpine as builder
1+
FROM golang:1.23.0-alpine as builder
22

33
ENV S12_PROTO_VERSION 1.34.0
44

55
ENV PROTOC_GEN_GO_VERSION 1.36.4
66
ENV PROTOC_GEN_DOC_VERSION 1.5.1
7-
ENV PROTOC_GEN_GO_GRPC_VERSION 1.70.0
7+
# This isn't the same as the repo version, run `go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest && protoc-gen-go-grpc --version` to find the version
8+
ENV PROTOC_GEN_GO_GRPC_VERSION 1.5.1
89
ENV PROTOC_GEN_GO_VTPROTO_VERSION 0.6.0
910
ENV PROTOC_GEN_GRPC_GATEWAY_VERSION 2.26.0
1011

1112
# install dependencies and build/install Go
1213
ADD . /src
1314
RUN /src/build.sh
1415

15-
FROM ghcr.io/safetyculture/protoc:1.14.1
16+
FROM ghcr.io/safetyculture/protoc:1.15.0
1617
LABEL maintainer="SafetyCulture <[email protected]>"
1718

1819
ENV PATH /usr/local/go/bin:$PATH

protoc-java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:16.04 as javalite_builder
22
RUN apt-get update && \
33
apt-get install -y bash patch curl patchelf
44

5-
FROM ghcr.io/safetyculture/protoc:1.14.1
5+
FROM ghcr.io/safetyculture/protoc:1.15.0
66
LABEL maintainer="SafetyCulture <[email protected]>"
77

88
ENV GRPC_JAVA_VERSION=1.27.0

protoc-node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/safetyculture/protoc:1.14.1
1+
FROM ghcr.io/safetyculture/protoc:1.15.0
22
LABEL maintainer="SafetyCulture <[email protected]>"
33

44
RUN apk add --no-cache npm

protoc-swift/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV GRPC_RELEASE=1.7.3
55
ADD . /src
66
RUN /src/build.sh
77

8-
FROM ghcr.io/safetyculture/protoc:1.14.1
8+
FROM ghcr.io/safetyculture/protoc:1.15.0
99
LABEL maintainer="SafetyCulture <[email protected]>"
1010

1111
COPY --from=swift_builder /plugins /plugins

protoc-web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/safetyculture/protoc:1.14.1
1+
FROM ghcr.io/safetyculture/protoc:1.15.0
22
LABEL maintainer="SafetyCulture <[email protected]>"
33

44
ENV GRPC_WEB_RELEASE 1.0.4

protoc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM alpine:3.15
1+
FROM alpine:3.21
22
LABEL maintainer="SafetyCulture <[email protected]>"
33

44
RUN apk add --no-cache protoc grpc
55
RUN mkdir /defs
66

7-
COPY --from=bufbuild/buf:1.8.0 /usr/local/bin/buf /usr/local/bin/buf
7+
COPY --from=bufbuild/buf:1.50.0 /usr/local/bin/buf /usr/local/bin/buf
88

99
# Setup directories for the volumes that should be used
1010
WORKDIR /defs

protoc/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.1
1+
1.15.0

0 commit comments

Comments
 (0)