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

Consider upgrading to a newer apache image #2456

Closed
skript-cc opened this issue Jan 3, 2020 · 3 comments
Closed

Consider upgrading to a newer apache image #2456

skript-cc opened this issue Jan 3, 2020 · 3 comments

Comments

@skript-cc
Copy link

Issue:

The dockerfile used for apache uses an outdated version (2.4.18). The latest stable apache version at the time of writing is 2.4.41.

This is because the docker image used for apache is based on ubuntu 16.04. That version of ubuntu comes with apache 2.4.18 (see https://packages.ubuntu.com/search?suite=xenial&keywords=apache2).

Although ubuntu 16.04 is still a supported ubuntu version there are newer versions of ubuntu available that come with newer versions of apache.

I'm raising this issue because a security scan marked version of 2.4.18 as a vulnerability. When I attempted to upgrade I found out that this currently isn't possible with laradock because of the above.

Whether or not to use a newer image might depend on your maintenance/upgrade policy, if you have any. Based on that I might reconsider using laradock.

Relevant Code:

FROM webdevops/apache:ubuntu-16.04

@skript-cc
Copy link
Author

Thanks @bestlong when is the next release scheduled?

@bestlong
Copy link
Member

bestlong commented Jan 9, 2020

released.

@skript-cc
Copy link
Author

Ah, very soon I see. Thanks again.

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

2 participants