Skip to content

Commit

Permalink
Merge pull request #123 from GiganticMinecraft/renovate/bufbuild-buf-1.x
Browse files Browse the repository at this point in the history
chore(deps): update bufbuild/buf docker tag to v1.50.0
  • Loading branch information
kory33 authored Jan 26, 2025
2 parents 142f2ce + a3048ca commit e3ba424
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
Expand Up @@ -6,7 +6,7 @@ FROM chef AS planner
COPY --link . .
RUN cargo chef prepare --recipe-path recipe.json

FROM bufbuild/buf:1.22.0 as buf
FROM bufbuild/buf:1.50.0 as buf

Check warning on line 9 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build docker image (and publish on master)

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/

FROM namely/protoc:1.42_2 as protoc

Check warning on line 11 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build docker image (and publish on master)

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/

Expand Down

0 comments on commit e3ba424

Please sign in to comment.