Skip to content

Fix PHP 8.2.1 apache-buster 404 Not Found issue#304

Open
albertonunezdev wants to merge 1 commit intosprintcube:masterfrom
albertonunezdev:fix_php8.2.1_apache_buster
Open

Fix PHP 8.2.1 apache-buster 404 Not Found issue#304
albertonunezdev wants to merge 1 commit intosprintcube:masterfrom
albertonunezdev:fix_php8.2.1_apache_buster

Conversation

@albertonunezdev
Copy link
Copy Markdown

This PR updates the base image in the Dockerfile from:

FROM php:8.2.1-apache-buster
to:
FROM php:8.2.1-apache

The previous image (-buster) was based on Debian 10, which is now EOL. Its repositories have been archived, causing 404 Not Found errors during apt-get update.

@narendravaghela
Copy link
Copy Markdown
Member

@albertonunezdev Can you check this PR and see if the similar fix can be applied?

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