-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.14.1 | ||
1.15.0 |