teamhanko / hanko

Authentication and User Management solution for developers. Open source alternative to Clerk & Auth0.
https://hanko.io
Other
7.31k stars 933 forks source link

ci: adjust dockerfile FROM commands #1965

Closed lfleischmann closed 2 weeks ago

lfleischmann commented 2 weeks ago

Description

Currently there are check warnings for some of our Dockerfiles:

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

Example (Scroll down to Unchanged files with check annotations section)

Implementation

Do as the warning says and all-cap the as in FROM commands in Dockerfiles.