Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building Dockerfile #11

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Fix building Dockerfile #11

merged 1 commit into from
Aug 29, 2024

Conversation

walro
Copy link
Contributor

@walro walro commented Aug 29, 2024

WHY are these changes introduced?

The libssl1.1 package does not exist in latest Alpine.

84codes/crystal:latest-alpine builds using ssl3 and pcre2 since 84codes/crystal-container-images@7caa059 and 84codes/crystal-container-images@46aa4ea respectively.

WHAT is this pull request doing?

Using libssl3 and pcre2 instead of libssl1.1 and pcre.

Also fixes the warning: - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)

HOW can this pull request be tested?

docker build .

The `libssl1.1` package does not exist in latest Alpine.

`84codes/crystal:latest-alpine` builds using ssl3 and pcre2 since 84codes/crystal-container-images@7caa059 and 84codes/crystal-container-images@46aa4ea respectively.

Also fix the warning: `- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)`
@walro walro requested a review from a team as a code owner August 29, 2024 07:35
Dockerfile Show resolved Hide resolved
@walro walro merged commit 4d8da21 into main Aug 29, 2024
23 checks passed
@walro walro deleted the fix-docker-build branch August 29, 2024 08:56
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