Skip to content

Commit c29578f

Browse files
authored
v2.5.1 (#84)
Minor updates * Using latest base images * Updating PHP 8.1 build
1 parent 9288bfe commit c29578f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.4x-2.2.29
1+
FROM bfren/apache:apache2.4.4x-2.2.30
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

8.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.5x-2.2.29
1+
FROM bfren/apache:apache2.4.5x-2.2.30
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

8.1/overlay/tmp/PHP_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.18-r1
1+
8.1.18-r2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_REVISION="2.2.29"
7+
BASE_REVISION="2.2.30"
88
echo "Base: ${BASE_REVISION}"
99

1010
PHP_VERSIONS="5.6 8.1"

0 commit comments

Comments
 (0)