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

Patched ci-builder:5.x #202

Merged
merged 6 commits into from
Oct 13, 2023
Merged

Patched ci-builder:5.x #202

merged 6 commits into from
Oct 13, 2023

Conversation

nicksantamaria
Copy link
Contributor

@nicksantamaria nicksantamaria commented Oct 12, 2023

Changes

  • Bumps ci-builder:5.x base image to php:8.1-cli-alpine
  • Bumps versions of installed utilities.
  • Should properly support multiarch builds now

Fixes #200

@@ -32,9 +32,6 @@ RUN apk add --update --no-cache \
python3 \
python3-dev

## Python3 by default.
RUN ln -s /usr/bin/python3 /usr/bin/python
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python3 is the default in more recent version of alpine

@nicksantamaria nicksantamaria merged commit 9c3fc4a into 5.x Oct 13, 2023
10 checks passed
@nicksantamaria nicksantamaria deleted the build/patch-200 branch October 13, 2023 02:06
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.

Fix code scanning alert
2 participants