You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/