We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9288bfe commit c29578fCopy full SHA for c29578f
5 files changed
5.6/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM bfren/apache:apache2.4.4x-2.2.29
+FROM bfren/apache:apache2.4.4x-2.2.30
2
3
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
4
8.1/Dockerfile
-FROM bfren/apache:apache2.4.5x-2.2.29
+FROM bfren/apache:apache2.4.5x-2.2.30
8.1/overlay/tmp/PHP_BUILD
@@ -1 +1 @@
-8.1.18-r1
+8.1.18-r2
VERSION
-2.5.0
+2.5.1
generate-dockerfiles.sh
@@ -4,7 +4,7 @@ set -euo pipefail
5
docker pull bfren/alpine
6
7
-BASE_REVISION="2.2.29"
+BASE_REVISION="2.2.30"
8
echo "Base: ${BASE_REVISION}"
9
10
PHP_VERSIONS="5.6 8.1"
0 commit comments