Skip to content

Commit

Permalink
Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored Dec 11, 2024
1 parent 6f9b583 commit c3381ad
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,4 +1,4 @@
FROM --platform=$BUILDPLATFORM ghcr.io/grafana/grafana-build-tools:v0.33.1@sha256:421b684103aa25aa54f4c7c304c1ae20b273cd386c072db12f58764f7a908899 as buildtools
FROM --platform=$BUILDPLATFORM ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd as buildtools

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build container 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/
WORKDIR /crocochrome

COPY . .
Expand Down

0 comments on commit c3381ad

Please sign in to comment.