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

I want to upgrade Apache to latest version. #104

Closed
chiru6003 opened this issue Sep 15, 2020 · 8 comments
Closed

I want to upgrade Apache to latest version. #104

chiru6003 opened this issue Sep 15, 2020 · 8 comments

Comments

@chiru6003
Copy link

Currently I am using this .
FROM joomla:php7.3-apache
In the container it is using version.
Server version: Apache/2.4.38 (Debian)
Server built: 2019-10-15T19:53:42

I want to upgrade this Apache version to the latest one.

Please suggest What I have to do. Like changing the image?

Thanks.

@zero-24
Copy link
Contributor

zero-24 commented Sep 15, 2020

Seems we inherit from php:7.3-apache So there is no specific apache version setup here in our docker file.

@chiru6003
Copy link
Author

Okay then if I go with the latest image Joomla:php.7.4.apache then it installs the latest version of apache? Please suggest how to update the apache version.

@zero-24
Copy link
Contributor

zero-24 commented Sep 16, 2020

As i said we inhertit the php and apache version from the official packages of the PHP Project.

So my suggestion would be to check that upstream file and adjust your file accordingly.

The other way around might could be to upgrade the apache version from your docker file and uninstall the inherited apache version i guess.

@chiru6003
Copy link
Author

Can you suggest the commands to add my Dockerfile?

@zero-24
Copy link
Contributor

zero-24 commented Sep 16, 2020

I personally can not it might be better to ask in a docker forum where more people with docker knowledge are around.

@chiru6003
Copy link
Author

Do you have any idea about what Apache version will be installed if I use Joomla:php.7.4-apache?

@J0WI
Copy link
Contributor

J0WI commented Oct 5, 2020

You can use the FPM variant of this image together with the httpd image. Then you'll get the latest version of PHP and Apache.

@beat
Copy link

beat commented May 11, 2021

I believe the answer from JOWI above answers the question, and this issue can be closed by people in power to do so.

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

No branches or pull requests

5 participants