Skip to content

Commit

Permalink
Update module google.golang.org/protobuf to v1.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent f107538 commit 36beecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.20.4-alpine3.16 as builder

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build and scan the docker image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

ENV PROTOC_GO=v1.36.1
ENV PROTOC_GO=v1.36.3
ENV PROTOC_GO_GRPC=v1.5.1

RUN set -x \
Expand Down

0 comments on commit 36beecd

Please sign in to comment.