Skip to content

Commit 3b130b7

Browse files
committed
Drop PHP 7.2
The base image uses Debian 10, whose repos are offline since the release of Debian 13, so it cannot be built anymore.
1 parent 65d7ae1 commit 3b130b7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
A PHP + Apache docker image with useful extensions preinstalled
44

55
The following versions of the image are available:
6-
- PHP 7.2
76
- PHP 7.3
87
- PHP 7.4
98
- PHP 8.0

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
versions=(7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4)
5+
versions=(7.3 7.4 8.0 8.1 8.2 8.3 8.4)
66

77
for version in "${versions[@]}"; do
88

0 commit comments

Comments
 (0)