confidential-containers / trustee

Attestation and Secret Delivery Components
Apache License 2.0
67 stars 88 forks source link

Dockerfile: fix capitalization #556

Closed fitzthum closed 2 weeks ago

fitzthum commented 2 weeks ago

Docker prefers that statements using FROM and AS have those two words in the same case and will even warn you about it if you don't.

See https://docs.docker.com/reference/build-checks/from-as-casing/