File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Builder image to build go program.
2- FROM golang:1.24.3 AS builder
2+ FROM golang:1.25.0 AS builder
33
44COPY protoc-gen-auth /protoc-gen-auth
55RUN cd /protoc-gen-auth \
66 && go build -o /usr/local/bin/protoc-gen-auth . \
77 && chmod +x /usr/local/bin/protoc-gen-auth
88
99# Codegen image which is actually being used.
10- FROM golang:1.24.3
10+ FROM golang:1.25.0
1111
1212# This is version of protobuf installed in the image.
1313# See https://pkgs.alpinelinux.org/packages?name=protobuf&branch=v3.16
@@ -17,7 +17,7 @@ ENV PROTOC_GEN_GO_VER=1.27.1
1717ENV PROTOC_GEN_GRPC_WEB_VER=1.3.1
1818ENV PROTOC_GEN_GO_GRPC_VER=1.2.0
1919ENV PROTOC_GEN_VALIDATE_VER=0.6.6
20- ENV GOMOCK_VER=0.5 .0
20+ ENV GOMOCK_VER=0.6 .0
2121
2222# dependecies and protoc
2323RUN apt update && apt install -y protobuf-compiler
You can’t perform that action at this time.
0 commit comments