Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 2e4c87b

Browse files
authored
Update PHP Image Tags (#128)
The upstream images have changed the recommended list of tags The `ubuntu` and `debian` tags are deprecated. `latest` doesn't appear to be used any more and hasn't been built or pushed to about 1 year.
1 parent 9bd64e5 commit 2e4c87b

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

default.env

+6-9
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ WEBSERVER=apache
1010

1111
# PHP Runtime version
1212
#
13-
# See <https://github.com/webdevops/Dockerfile/tree/master/docker/php#readme>
13+
# See <https://dockerfile.readthedocs.io/en/latest/content/DockerImages/dockerfiles/php-apache-dev.html>
1414
# for valid values.
1515
#
1616
# For example:
17-
# - 'latest' (alias to ubuntu-18.04)
18-
# - 'ubuntu-18.04' (Ubuntu 18 Bionic LTS, provides PHP 7.2).
19-
# - 'ubuntu-16.04' (Ubuntu 16 Xenial LTS, provides PHP 7.0).
20-
# - '7.4' (based on Debian 9 Stretch)
21-
# - '7.3' (based on Debian 9 Stretch)
22-
# - '7.2' (based on Debian 9 Stretch)
23-
# - '7.1' (based on Debian 9 Stretch)
24-
RUNTIMEVERSION=latest
17+
# - '7.4' (based on customized official php image)
18+
# - '7.3' (based on customized official php image)
19+
# - '7.2' (based on customized official php image)
20+
# - '7.1' (based on customized official php image)
21+
RUNTIMEVERSION=7.4
2522

2623
# XDebug settings
2724
#

0 commit comments

Comments
 (0)