Skip to content

Commit 3eafec2

Browse files
authored
v2.3.2 (#59)
Minor updates * Using latest base images * Updating to PHP 7.4.33
1 parent 4f38eb3 commit 3eafec2

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.13
1+
FROM bfren/apache:apache2.4.4x-2.2.14
22

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

7.4/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.13
1+
FROM bfren/apache:apache2.4.5x-2.2.14
22

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

7.4/overlay/tmp/PHP_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.32-r2
1+
7.4.33-r0

7.4/overlay/tmp/PHP_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.32
1+
7.4.33

8.0/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.13
1+
FROM bfren/apache:apache2.4.5x-2.2.14
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.13
1+
FROM bfren/apache:apache2.4.5x-2.2.14
22

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.3.2

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.13"
7+
BASE_REVISION="2.2.14"
88
echo "Base: ${BASE_REVISION}"
99

1010
PHP_VERSIONS="5.6 7.4 8.0 8.1"

0 commit comments

Comments
 (0)