Skip to content

Commit

Permalink
Bump golang from 1.17-alpine3.14 to 1.18-alpine3.14 in /protobuf (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2023
1 parent d1369b7 commit 94f4ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN mkdir -p /grpc-web && \
make install-plugin && \
install -Ds /usr/local/bin/protoc-gen-grpc-web /out/usr/bin/protoc-gen-grpc-web

FROM golang:1.17-alpine3.14 as go_builder
FROM golang:1.18-alpine3.14 as go_builder
RUN apk add --no-cache build-base curl git

ARG PROTOC_GEN_GO_GRPC_VERSION
Expand Down

0 comments on commit 94f4ec9

Please sign in to comment.