Skip to content

Update Alpine Base Image and Fix Keyword Casing - 0x07cb patch 1#102

Open
0x07CB wants to merge 2 commits into
skeeto:masterfrom
0x07CB:0x07cb-patch-1
Open

Update Alpine Base Image and Fix Keyword Casing - 0x07cb patch 1#102
0x07CB wants to merge 2 commits into
skeeto:masterfrom
0x07CB:0x07cb-patch-1

Conversation

@0x07CB

@0x07CB 0x07CB commented Feb 21, 2025

Copy link
Copy Markdown

Correction of Keyword Casing in the Dockerfile

This PR fixes a warning generated by Docker during the image build. The keyword as used in the instruction FROM ... as builder has been replaced with uppercase AS to ensure consistency with best practices and to avoid the FromAsCasing warning.

Change FROM instruction to use standard capitalized AS keyword for multi-stage build clarity.
Upgrade the base Alpine Linux image in both builder and final stages to version 3.13.19 for improved security and compatibility.
@0x07CB

0x07CB commented Feb 21, 2025

Copy link
Copy Markdown
Author

Update Alpine Base Image and Fix Keyword Casing

This pull request contains two commits:

  • The first one fixes an inconsistency in the casing of the AS keyword in the FROM instruction of the Dockerfile, preventing the FromAsCasing warning and ensuring better readability.
  • The second updates the Alpine base image from version 3.9 to 3.13.19. This change enhances security and compatibility by using a more recent version, benefiting from patches and improvements while ensuring optimal support for dependencies required for compiling and running endlessh.

@0x07CB 0x07CB changed the title 0x07cb patch 1 Update Alpine Base Image and Fix Keyword Casing - 0x07cb patch 1 Feb 21, 2025
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.

1 participant