Skip to content

Update section-4.md - Renamed as to AS on line 2 of the Dockerfile to fix the casing mismatch#266

Merged
mluukkai merged 1 commit intodocker-hy:masterfrom
bonskki:patch-1
Dec 23, 2024
Merged

Update section-4.md - Renamed as to AS on line 2 of the Dockerfile to fix the casing mismatch#266
mluukkai merged 1 commit intodocker-hy:masterfrom
bonskki:patch-1

Conversation

@bonskki
Copy link
Copy Markdown
Contributor

@bonskki bonskki commented Dec 22, 2024

Description:
This pull request addresses a warning found when building the Dockerfile on section "Multi-stage builds":

`1 warning found (use docker --debug to expand):

  • FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2) `

The issue occurred because the as keyword in the multi-stage build did not match the casing of the FROM keyword. This PR updates the as keyword to uppercase (AS) to align with the recommended casing convention.

Changes Made:
Renamed as to AS on line 2 of the Dockerfile to fix the casing mismatch.

@mluukkai mluukkai merged commit b388766 into docker-hy:master Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants