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

Update PHP minor version #295

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open

Update PHP minor version #295

wants to merge 28 commits into from

Conversation

tjipenk
Copy link

@tjipenk tjipenk commented Jan 23, 2025

  1. update minor version
  2. add phalcon for PHP 7.3,
  3. add laravel 10/
  4. push docker image to registry

@@ -1,4 +1,4 @@
FROM php:8.3-apache-bookworm
FROM php:8.3.11-apache-bullseye

Choose a reason for hiding this comment

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

  1. Apache bullseye is older than bookworm. You're downgrading.
  2. "php:8.3-apache-bookworm" actually points to the latest point version, so you don't need to update the minor version. Just check here: https://hub.docker.com/layers/library/php/8.3-apache-bookworm/images/sha256-00301e5baf4a19fe4c8a07610a7b0b8f869977d2f647803d8525f07e872cbf80

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