Skip to content

Commit

Permalink
Update generator versions...
Browse files Browse the repository at this point in the history
  • Loading branch information
BCook98 committed Jan 29, 2025
1 parent 3e744b1 commit 1fc41d7
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion protoc-cpp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/safetyculture/protoc:1.14.1
FROM ghcr.io/safetyculture/protoc:1.15.0
LABEL maintainer="SafetyCulture <[email protected]>"

ENV CRUX_CLIENT_RELEASE 1.35.0
Expand Down
7 changes: 4 additions & 3 deletions protoc-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
FROM golang:1.18.0-alpine as builder
FROM golang:1.23.0-alpine as builder

ENV S12_PROTO_VERSION 1.34.0

ENV PROTOC_GEN_GO_VERSION 1.36.4
ENV PROTOC_GEN_DOC_VERSION 1.5.1
ENV PROTOC_GEN_GO_GRPC_VERSION 1.70.0
# 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
ENV PROTOC_GEN_GO_GRPC_VERSION 1.5.1
ENV PROTOC_GEN_GO_VTPROTO_VERSION 0.6.0
ENV PROTOC_GEN_GRPC_GATEWAY_VERSION 2.26.0

# install dependencies and build/install Go
ADD . /src
RUN /src/build.sh

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

ENV PATH /usr/local/go/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion protoc-java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0
LABEL maintainer="SafetyCulture <[email protected]>"

ENV GRPC_JAVA_VERSION=1.27.0
Expand Down
2 changes: 1 addition & 1 deletion protoc-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/safetyculture/protoc:1.14.1
FROM ghcr.io/safetyculture/protoc:1.15.0
LABEL maintainer="SafetyCulture <[email protected]>"

RUN apk add --no-cache npm
Expand Down
2 changes: 1 addition & 1 deletion protoc-swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0
LABEL maintainer="SafetyCulture <[email protected]>"

COPY --from=swift_builder /plugins /plugins
Expand Down
2 changes: 1 addition & 1 deletion protoc-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/safetyculture/protoc:1.14.1
FROM ghcr.io/safetyculture/protoc:1.15.0
LABEL maintainer="SafetyCulture <[email protected]>"

ENV GRPC_WEB_RELEASE 1.0.4
Expand Down
4 changes: 2 additions & 2 deletions protoc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.15
FROM alpine:3.21
LABEL maintainer="SafetyCulture <[email protected]>"

RUN apk add --no-cache protoc grpc
RUN mkdir /defs

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

# Setup directories for the volumes that should be used
WORKDIR /defs
2 changes: 1 addition & 1 deletion protoc/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.15.0

0 comments on commit 1fc41d7

Please sign in to comment.