orhun / rustypaste

A minimal file upload/pastebin service.
https://blog.orhun.dev/blazingly-fast-file-sharing
MIT License
760 stars 47 forks source link

fix(docker): make keywords uppercase #344

Closed tessus closed 2 weeks ago

tessus commented 2 weeks ago

Description

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/

Motivation and Context

gh action produces a warning. see here: https://github.com/orhun/rustypaste/pull/343/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557

How Has This Been Tested?

Changelog Entry

### Fixed

- Dockerfile: The 'as' keyword should match the case of the 'from' keyword

Types of Changes

Checklist: